Skip to content

Commit 38c2eea

Browse files
kartikpersistentpraveshkumar1988
authored andcommitted
added space
1 parent 41928b8 commit 38c2eea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/FileTable.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,13 +254,13 @@ const FileTable: React.FC<FileTableProps> = ({ isExpanded, connectionStatus, set
254254
<TextLink externalLink href={info.row.original.source_url}>
255255
{info.row.original.fileSource}
256256
</TextLink>
257-
<Typography variant='body-medium'> /{info.row.original.type}</Typography>
257+
<Typography variant='body-medium'> / {info.row.original.type}</Typography>
258258
</>
259259
);
260260
}
261261
return (
262262
<i>
263-
{info.row.original.fileSource}/ {info.row.original.type}
263+
{info.row.original.fileSource} / {info.row.original.type}
264264
</i>
265265
);
266266
},

0 commit comments

Comments
 (0)