Skip to content

Commit

Permalink
Update src/composables/useFollowSpace.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Oct 24, 2023
1 parent 6354a73 commit 12b7bba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/composables/useFollowSpace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export function useFollowSpace(spaceId: any = {}) {
const { modalAccountOpen } = useModal();
const { apolloQuery } = useApolloQuery();
const { setAlias, aliasWallet, isValidAlias, checkAlias } = useAliasAction();
const { notifyModal } = useModalNotification();
const { toggleSubscription, isSubscribed } = useSpaceSubscription(spaceId);
const { notify } = useFlashNotification();
const { t } = useI18n();
Expand Down

0 comments on commit 12b7bba

Please sign in to comment.