Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrasinskis committed May 23, 2024
1 parent 94ebe55 commit 5073ff8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/lib/components/common/MenuItems.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
{
context: "proposals",
href:
// Switch to actionable proposals page only when signed in to preserve the universe as the current behaviour.
// Switch to the actionable proposals page only when users are signed in.
// When users are signed out, we preserve the universe in the URL.
$ENABLE_ACTIONABLE_TAB && $authSignedInStore
? ACTIONABLE_PROPOSALS_URL
: $proposalsPathStore,
Expand Down

0 comments on commit 5073ff8

Please sign in to comment.