Skip to content

Commit

Permalink
chore: formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Nov 15, 2023
1 parent 6853ac4 commit 87e7592
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/MessageWarningHibernated.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ const props = defineProps<{
const { web3Account } = useWeb3();
const { send, isSending } = useClient();
const {
loadSpaceController,
isSpaceController,
} = useSpaceController();
const { loadSpaceController, isSpaceController } = useSpaceController();
async function handleReactivateSpace() {
await send(props.space, 'reactivate-space', {
Expand Down

0 comments on commit 87e7592

Please sign in to comment.