Removed extra pardon button for matches.

This commit is contained in:
Harrison Deng 2022-04-07 20:51:32 -05:00
parent 753669c0af
commit 5948ed561c

View File

@ -177,7 +177,6 @@ export default class Admin extends React.Component {
<td><Spinner animation="grow" /></td>
<td><Spinner animation="grow" /></td>
<td><Spinner animation="grow" /></td>
<td><Spinner animation="grow" /></td>
</tr>
);
}
@ -193,7 +192,6 @@ export default class Admin extends React.Component {
<td>{location}</td>
<td>{this.DeleteButton()}</td>
<td>{this.EditButton()}</td>
<td>{this.PardonButton()}</td>
</tr>
);
});
@ -217,11 +215,8 @@ export default class Admin extends React.Component {
} else {
return this.susUserTableData();
}
}
render() {
return (
<div className="page-root">