Skip to content

Commit 3f1648d

Browse files
authored
Fix grantType type to be array (#4202)
1 parent b901915 commit 3f1648d

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {
22
Button,
33
Grid,
44
GridColumn,
5-
Link,
65
Spacer,
76
Text,
87
VerticalStack,

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {
22
Button,
33
Container,
44
Heading,
5-
Link,
65
Spacer,
76
Text,
87
} from "@python-italia/pycon-styleguide";

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)