13494: Adds content to the "versions" tab on collection's details panel.
[arvados-workbench2.git] / src / components / collection-panel-files / collection-panel-files.tsx
index bf551b9ffab15834d07c0052a70b193b3a95afc5..14c3c48c98011785939ce09f4a00ae9726022ae9 100644 (file)
@@ -119,10 +119,10 @@ export const CollectionPanelFilesComponent = ({ onItemMenuOpen, onSearchChange,
                 <Grid container justify="space-between">
                     <Typography variant="caption" className={classes.nameHeader}>
                         Name
-                </Typography>
+                    </Typography>
                     <Typography variant="caption" className={classes.fileSizeHeader}>
                         File size
-                </Typography>
+                    </Typography>
                 </Grid>
                 {isLoading
                     ? <div className={classes.centeredLabel}><CircularProgress /></div>