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 25, 2023
1 parent 4ab1e68 commit be564cf
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 68 deletions.
8 changes: 4 additions & 4 deletions src/plugins/oSnap/components/HandleOutcome/HandleOutcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ import {
getUserCollateralBalance,
submitProposal
} from '../../utils';
import AssertionPassedInOO from './steps/AssertionPassedInOO.vue';
import CanRequestTxExecution from './steps/CanRequestTxExecution.vue';
import InOOChallengePeriod from './steps/InOOChallengePeriod.vue';
import ReadyForOOAssertion from './steps/ReadyForOOAssertion.vue';
import CanProposeToOG from './steps/CanProposeToOG.vue';
import RejectedBySnapshotVote from './steps/RejectedBySnapshotVote.vue';
import TallyingSnapshotVotes from './steps/TallyingSnapshotVotes.vue';
import TransactionsExecuted from './steps/TransactionsExecuted.vue';
Expand Down Expand Up @@ -336,7 +336,7 @@ onMounted(async () => {
<RejectedBySnapshotVote
v-if="transactionExecutionState.status === 'rejected-by-snapshot-vote'"
/>
<ReadyForOOAssertion
<CanProposeToOG
v-if="
transactionExecutionState.status === 'can-propose-to-og' &&
!!collateralDetails &&
Expand Down Expand Up @@ -365,7 +365,7 @@ onMounted(async () => {
:assertion-hash="transactionExecutionState.assertionHash"
:assertion-log-index="transactionExecutionState.assertionLogIndex"
/>
<AssertionPassedInOO
<CanRequestTxExecution
v-if="transactionExecutionState.status === 'can-request-tx-execution'"
:transaction-count="transactions.length"
@execute-proposal="onExecuteProposal"
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit be564cf

Please sign in to comment.