File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 {#if provider .type === ' reward' }
1212 <RewardsEarningOpportunityCard card ={provider .card } />
1313 {:else if nonNullish ($earningData [provider .id ])}
14- <DefaultEarningOpportunityCard cardData ={provider .card } cardFields ={$earningData [provider .id ]} />
14+ <DefaultEarningOpportunityCard
15+ cardData ={provider .card }
16+ cardFields ={$earningData [provider .id ]}
17+ />
1518 {/if }
1619 {/each }
1720</div >
Original file line number Diff line number Diff line change 1- import type { WizardStep } from '@dfinity/gix-components' ;
2- import type { Component } from 'svelte' ;
31import type { EarningCardData } from '$lib/types/earning' ;
42import type { Amount , OptionAmount } from '$lib/types/send' ;
53import type { Token } from '$lib/types/token' ;
64import type { Vault } from '$lib/types/vaults' ;
5+ import type { WizardStep } from '@dfinity/gix-components' ;
6+ import type { Component } from 'svelte' ;
77
88export enum StakeProvider {
99 HARVEST_AUTOPILOTS = 'harvest_autopilots'
You can’t perform that action at this time.
0 commit comments