summaryrefslogtreecommitdiffstats
path: root/web/react/components/access_history_modal.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components/access_history_modal.jsx')
-rw-r--r--web/react/components/access_history_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/access_history_modal.jsx b/web/react/components/access_history_modal.jsx
index af4d3fb0f..cd1db32ec 100644
--- a/web/react/components/access_history_modal.jsx
+++ b/web/react/components/access_history_modal.jsx
@@ -68,7 +68,7 @@ class AccessHistoryModal extends React.Component {
render() {
var content;
if (this.state.audits.loading) {
- content = (<LoadingScreen />);
+ content = (<LoadingScreen/>);
} else {
content = (
<AuditTable