This commit is contained in:
Jan Prochazka
2019-12-30 19:30:20 +01:00
parent 049eabf59e
commit e22b5559d7
7 changed files with 137 additions and 40 deletions

View File

@@ -30,7 +30,7 @@ const FileNameWrapper = styled.span`
export default function FilesTabsPanel() {
return files.map(file => (
<FileTabItem {...file}>
<FileTabItem {...file} key={file.name}>
<TableIcon />
<FileNameWrapper>{file.name}</FileNameWrapper>
</FileTabItem>