Skip to content

Commit

Permalink
Fix typecheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Apr 4, 2024
1 parent 4bfa134 commit dc9371f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export type CategoryListProps = {
props: ComponentPropsWithoutRef<typeof CategoryItem>,
) => ReactElement<typeof CategoryItem>;
showHiddenItems?: boolean;
showBalances?: boolean;
};
function CategoryList({
items,
Expand Down

0 comments on commit dc9371f

Please sign in to comment.