We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6368ad0 commit 50353cfCopy full SHA for 50353cf
frontend/src/components/my-grant-profile-page-handler/sidebar.tsx
@@ -37,7 +37,6 @@ export const Sidebar = ({
37
<VerticalStack gap="small">
38
{grantType.map((type, index) => (
39
<Text size="label2" weight="strong">
40
- {" "}
41
<FormattedMessage
42
key={index}
43
id={`grants.form.fields.grantType.values.${type}`}
0 commit comments