Remove Successful column from history table (red icon shows same)

pull/40/head
Qstick 3 years ago
parent 8459205a5e
commit bfbde1e310

@ -265,17 +265,6 @@ class HistoryRow extends Component {
);
}
if (name === 'successful') {
return (
<TableRowCell
key={name}
className={styles.indexer}
>
{data.successful}
</TableRowCell>
);
}
if (name === 'source') {
return (
<TableRowCell

@ -64,12 +64,6 @@ export const defaultState = {
isSortable: true,
isVisible: true
},
{
name: 'successful',
label: 'Successful',
isSortable: false,
isVisible: false
},
{
name: 'source',
label: 'Source',

Loading…
Cancel
Save