Skip to content

Commit

Permalink
Fix ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
shahinyan11 committed Jan 30, 2024
1 parent 6bc6474 commit ff8a853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type IconProps = {
type AvatarProps = {
iconType?: typeof CONST.ICON_TYPE_AVATAR | typeof CONST.ICON_TYPE_WORKSPACE;

icon: AvatarSource;
icon: AvatarSource | IconType[];
};

type NoIcon = {
Expand Down

0 comments on commit ff8a853

Please sign in to comment.