Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshitranga committed Apr 10, 2024
1 parent ac40a97 commit 30c9e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/Home.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
<button class="button bg-green mx-4 rounded-xl" on:click={updateStatistics}>Save Today's Activity</button>
{/if}
{/if}
{#if ($profile)}
<!-- {#if ($profile)}
{#if ($profile.length == 0)}
{location.href = "/profile"}
{:else}
{console.log("PROFILE EXISTS")}
{/if}
{/if}
{/if} -->
<NewGoal />
<MenuBar/>
</main>

0 comments on commit 30c9e32

Please sign in to comment.