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

This commit is contained in:
Qstick 2021-04-22 22:50:21 -04:00
parent 8459205a5e
commit bfbde1e310
2 changed files with 0 additions and 17 deletions

View file

@ -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

View file

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