Skip to content

Commit 14ff067

Browse files
authored
Fix spacing in ExportIcon component usage
1 parent 1346b6d commit 14ff067

File tree

1 file changed

+2
-2
lines changed
  • frontend/src/components/Topics/Topic/Messages/Filters

1 file changed

+2
-2
lines changed

frontend/src/components/Topics/Topic/Messages/Filters/Filters.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ const Filters: React.FC<FiltersProps> = ({
300300
alignItems: 'center',
301301
justifyContent: 'center',
302302
}}
303-
>
304-
<ExportIcon/>
303+
>
304+
<ExportIcon />
305305
Export
306306
</Button>
307307
{showFormatSelector && (

0 commit comments

Comments
 (0)