problems: style tweaks

This commit is contained in:
Alexander Zobnin
2018-12-27 20:33:53 +03:00
parent 94b6a82e0d
commit f8d67c4756
4 changed files with 7 additions and 7 deletions

View File

@@ -104,7 +104,7 @@ export class ProblemList extends PureComponent<ProblemListProps, ProblemListStat
id: 'lastchange',
Cell: row => row.original.lastchange,
},
{ Header: 'Details', className: 'custom-expander', width: 60, expander: true, Expander: CustomExpander },
{ Header: '', className: 'custom-expander', width: 60, expander: true, Expander: CustomExpander },
];
for (const column of columns) {
if (column.show || column.show === undefined) {