Skip to content

Commit

Permalink
chore: remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
juliopavila committed Nov 29, 2023
1 parent e228444 commit de38254
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/SpaceSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ const modalSettingsSavedIgnore = useStorage(
const showFormErrors = ref(false);
const isSpaceAdmin = computed(() => {
console.log('props.space', props.space.members)
if (!props.space) return false;
const admins = (props.space?.admins || []).map(admin => admin.toLowerCase());
return admins.includes(web3Account.value?.toLowerCase());
Expand Down

0 comments on commit de38254

Please sign in to comment.