Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mcstone committed Oct 14, 2024
2 parents ad53714 + d3cf549 commit f0bc5fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/color-buddy/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
onMount(() => {
logEvent(
"start-up",
localStorage.getItem("color-pal"),
// localStorage.getItem("color-pal"),
{},
$configStore.userName
);
});
Expand Down

0 comments on commit f0bc5fe

Please sign in to comment.