Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgrzybowski committed Oct 7, 2024
1 parent 98127ae commit 6860510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ActiveWorkspaceProvider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ function ActiveWorkspaceContextProvider({children}: ChildrenProps) {
}

export default ActiveWorkspaceContextProvider;
export {};
export {};
2 changes: 1 addition & 1 deletion src/pages/settings/InitialSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ function InitialSettingsPage({currentUserPersonalDetails}: InitialSettingsPagePr
scrollEventThrottle={16}
contentContainerStyle={[styles.w100]}
showsVerticalScrollIndicator={false}
>
>
{accountMenuItems}
{workspaceMenuItems}
{generalMenuItems}
Expand Down

0 comments on commit 6860510

Please sign in to comment.