Skip to content

Commit 9267674

Browse files
committed
Fix grantType type to be array
1 parent b901915 commit 9267674

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/components/my-grant-profile-page-handler

1 file changed

+1
-1
lines changed

frontend/src/components/my-grant-profile-page-handler/sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { FormattedMessage } from "react-intl";
1414

1515
type Props = {
1616
status: GrantStatus;
17-
grantType: GrantType;
17+
grantType: GrantType[];
1818
needsFundsForTravel: boolean;
1919
needAccommodation: boolean;
2020
};

0 commit comments

Comments
 (0)