Removed extra pardon button for matches.
This commit is contained in:
parent
753669c0af
commit
5948ed561c
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user