Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictb committed Sep 23, 2024
1 parent e958365 commit baae963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Search/SearchTypeMenuNarrow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ type PopoverMenuItemType = {
shouldShowRightIcon: boolean;
success: boolean;
containerStyle:
| {
| Array<{
backgroundColor: string;
}[]
}>
| undefined;
};

Expand Down

0 comments on commit baae963

Please sign in to comment.