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>
|
||||||
<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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user