Skip to content

Commit 50353cf

Browse files
committed
Fix space
1 parent 6368ad0 commit 50353cf

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export const Sidebar = ({
3737
<VerticalStack gap="small">
3838
{grantType.map((type, index) => (
3939
<Text size="label2" weight="strong">
40-
{" "}
4140
<FormattedMessage
4241
key={index}
4342
id={`grants.form.fields.grantType.values.${type}`}

0 commit comments

Comments
 (0)