Skip to content

Commit

Permalink
fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrohde committed Dec 18, 2023
1 parent f0691b5 commit 13e4e54
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
Stack,
Text,
} from '@chakra-ui/react';
import { IconProp } from '@fortawesome/fontawesome-svg-core';
import { faVolumeXmark } from '@fortawesome/pro-duotone-svg-icons';
import { FaIcon, FaIconProps } from '@ifixit/icons';

Expand Down Expand Up @@ -151,7 +152,7 @@ function Problem({
) : (
<Flex {...imagePlaceholderStyles}>
<FaIcon
icon={problemTypeIcon}
icon={problemTypeIcon as IconProp}
size="3x"
color="brand.400"
m="auto"
Expand Down

0 comments on commit 13e4e54

Please sign in to comment.