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