Skip to content

Commit

Permalink
updated text in step 2
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax committed Mar 3, 2022
1 parent ef86512 commit a072adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/tour/onboarding/02_TransactionListStep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function getTransactionListStep(
},
get content() {
return getOnboardingTexts(
OnboardingTourStep.TRANSACTION_LIST)[txsLen.value <= 1 ? 'default' : 'alternative'] || [];
OnboardingTourStep.TRANSACTION_LIST)[txsLen.value === 0 ? 'default' : 'alternative'] || [];
},
params: {
get placement() {
Expand Down

0 comments on commit a072adc

Please sign in to comment.