Skip to content

Commit

Permalink
fixup! feat: redirect the user to the wallet of coice after successfu…
Browse files Browse the repository at this point in the history
…ll VP delegation
  • Loading branch information
szymonmaslowski committed Nov 26, 2024
1 parent a4f0ce7 commit e8043f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source/renderer/app/stores/VotingStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,6 @@ export default class VotingStore extends Store {
fundPhase?: FundPhase;
@observable
catalystFund: CatalystFund;
@observable
votesDelegationFeeResult:
| null
| { success: true; fee: BigNumber }
| { success: false; error: string };
// @ts-ignore ts-migrate(2304) FIXME: Cannot find name 'IntervalID'.
transactionPollingInterval: IntervalID | null | undefined = null;
// @ts-ignore ts-migrate(2304) FIXME: Cannot find name 'IntervalID'.
Expand Down

0 comments on commit e8043f7

Please sign in to comment.