Skip to content

Commit

Permalink
Fix type on test
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyRoller committed Mar 7, 2025
1 parent bf9f76b commit e2b3ae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/app-bar/index.vitest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const DEFAULT_PROPS: Properties = {
activeApp: undefined,
hasUnreadNotifications: false,
hasUnreadHighlights: false,
zAppIsFullscreen: false,
};

const renderComponent = (props: Partial<Properties>) => {
Expand Down

0 comments on commit e2b3ae9

Please sign in to comment.