diff --git a/.changeset/nice-dogs-agree.md b/.changeset/nice-dogs-agree.md new file mode 100644 index 000000000..96f32712b --- /dev/null +++ b/.changeset/nice-dogs-agree.md @@ -0,0 +1,5 @@ +--- +"@snapshot-labs/sx": patch +--- + +add space follow and unfollow support for OffchainEthereumSig diff --git a/.changeset/thick-carrots-brush.md b/.changeset/thick-carrots-brush.md new file mode 100644 index 000000000..50b86e97e --- /dev/null +++ b/.changeset/thick-carrots-brush.md @@ -0,0 +1,5 @@ +--- +"@snapshot-labs/sx": patch +--- + +add setAlias to OffchainEthereumSig diff --git a/apps/ui/src/components/App/Sidebar.vue b/apps/ui/src/components/App/Sidebar.vue index 39b1b15b8..22ba9f45d 100644 --- a/apps/ui/src/components/App/Sidebar.vue +++ b/apps/ui/src/components/App/Sidebar.vue @@ -2,24 +2,24 @@ import draggable from 'vuedraggable'; const uiStore = useUiStore(); -const spacesStore = useSpacesStore(); +const bookmarksStore = useBookmarksStore();