Skip to content

Commit

Permalink
cast prop type
Browse files Browse the repository at this point in the history
  • Loading branch information
Riceyo committed Nov 14, 2024
1 parent 4f8e2e9 commit e4e99d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/questionnaireList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function questionnaireName(questionnaire: Questionnaire) {
if (isHiddenQuestionnaire(questionnaire.name)) {
return (
<>
<>{questionnaire.name} </><FontAwesomeIcon icon={getQuestionnaireIcon(questionnaire.name)} />
<>{questionnaire.name} </><FontAwesomeIcon icon={getQuestionnaireIcon(questionnaire.name) as IconProp} />
</>
);
}
Expand Down

0 comments on commit e4e99d4

Please sign in to comment.