Skip to content

Commit 80122e9

Browse files
committed
fix: formatting
1 parent 1a5b35b commit 80122e9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/lib/tour/welcome-tour.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,7 @@ function toDriverStep(step: TourStep): DriveStep {
333333
title: step.title,
334334
description: step.description,
335335
side: step.side ?? 'bottom',
336-
showButtons:
337-
step.kind === 'action' ? ['previous', 'close'] : ['next', 'previous', 'close'],
336+
showButtons: step.kind === 'action' ? ['previous', 'close'] : ['next', 'previous', 'close'],
338337
},
339338
};
340339
}

0 commit comments

Comments
 (0)