Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Apr 26, 2024
1 parent eba73f3 commit 5b9a8af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/plugins/oSnap/Proposal.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { ExtendedSpace, Proposal, Results } from '@/helpers/interfaces';
import { getIpfsUrl } from '@/helpers/utils';
import { isBigNumberish } from '@ethersproject/bignumber/lib/bignumber';
import { formatEther, formatUnits } from '@ethersproject/units';
import HandleOutcome from './components/HandleOutcome/HandleOutcome.vue';
Expand Down Expand Up @@ -41,8 +40,6 @@ const props = defineProps<{
results: Results;
}>();
const ipfs = getIpfsUrl(props.proposal.ipfs) as string;
const safes = computed<GnosisSafe[]>(() => {
if (isLegacySingleSafe(props.proposal.plugins.oSnap)) {
return [props.proposal.plugins.oSnap.safe] as GnosisSafe[];
Expand Down

0 comments on commit 5b9a8af

Please sign in to comment.