Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
fix(Icon): type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecilia Woodward committed Aug 24, 2021
1 parent fc91095 commit 9b47e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export enum IconType {
}

const ICON_MAP: {
[key in Icons]: ReactIcons.IconType;
[key in IconType]: ReactIcons.IconType;
} = {
plus: GoPlus,
facebook: FaFacebookF,
Expand Down

0 comments on commit 9b47e09

Please sign in to comment.