Skip to content

Commit

Permalink
fix(onboarding): remove Tips from type
Browse files Browse the repository at this point in the history
  • Loading branch information
blackxored committed Oct 21, 2024
1 parent b3fb0ee commit f7fdc9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/services/onboarding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ export interface IOnboardingStep {
| 'HardwareSetup'
| 'ThemeSelector'
| 'Optimize'
| 'Prime'
| 'Tips';
| 'Prime';
hideButton?: boolean;
label?: string;
isPreboarding?: boolean;
Expand Down

0 comments on commit f7fdc9d

Please sign in to comment.