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