Skip to content

Commit

Permalink
hotfix: Space delegates sidebar loading
Browse files Browse the repository at this point in the history
  • Loading branch information
samuveth committed Aug 10, 2023
1 parent a69863a commit b1ff43a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/SpaceView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ watch(
v-if="
$route.name === 'spaceProposals' ||
$route.name === 'spaceAbout' ||
$route.name === 'spaceTreasury'
$route.name === 'spaceTreasury' ||
$route.name === 'spaceDelegates'
"
>
<template #sidebar-left>
Expand Down

0 comments on commit b1ff43a

Please sign in to comment.