Skip to content

Commit

Permalink
rename for clarity
Browse files Browse the repository at this point in the history
Signed-off-by: ryanwolhuter <[email protected]>
  • Loading branch information
ryanwolhuter committed Oct 13, 2023
1 parent 1a71938 commit 4c329cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/oSnap/Proposal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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 HandleOutcomeUma from './components/HandleOutcomeUma.vue';
import HandleOutcome from './components/HandleOutcome.vue';
import ReadOnly from './components/Input/ReadOnly.vue';
import SafeLinkWithAvatar from './components/SafeLinkWithAvatar.vue';
import { GnosisSafe, Transaction } from './types';
Expand Down Expand Up @@ -84,7 +84,7 @@ function enrichTransactionForDisplay(transaction: Transaction) {
</ReadOnly>
</div>
</div>
<HandleOutcomeUma
<HandleOutcome
v-if="!!results"
:space="space"
:proposal="proposal"
Expand Down

0 comments on commit 4c329cd

Please sign in to comment.