Skip to content

Commit 2e215e9

Browse files
committed
remove move space
1 parent 2c0b3ca commit 2e215e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/organisms/WidgetsTemplate.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const WidgetsTemplate: FC = () => {
2121
const organizationData: OrgLogoData | undefined = logosSourceMap.find((p) => p.key === organizationName);
2222

2323
const widgetCards = widgetsData.map((widget, index, sizeOptions) => {
24-
2524
const widgetComponent = (
2625
<WidgetWrapper
2726
widget={widget}

0 commit comments

Comments
 (0)