aboutsummaryrefslogtreecommitdiff
path: root/modern/src/admin/UsersPage.js
diff options
context:
space:
mode:
authorDesmond Kyeremeh <elDekyfin@gmail.com>2021-07-12 03:30:34 +0000
committerDesmond Kyeremeh <elDekyfin@gmail.com>2021-07-12 03:30:34 +0000
commitf60983a4131862db0125844a651b994d2212022d (patch)
treec44ef60f3c37dbfc286ff3f4111f10a08b7d7b4f /modern/src/admin/UsersPage.js
parenta7e1b5f5fd772d37f9777fec097f28411f13562f (diff)
downloadetbsa-traccar-web-f60983a4131862db0125844a651b994d2212022d.tar.gz
etbsa-traccar-web-f60983a4131862db0125844a651b994d2212022d.tar.bz2
etbsa-traccar-web-f60983a4131862db0125844a651b994d2212022d.zip
Restored styling
Diffstat (limited to 'modern/src/admin/UsersPage.js')
-rw-r--r--modern/src/admin/UsersPage.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/modern/src/admin/UsersPage.js b/modern/src/admin/UsersPage.js
index 9b51cdd..a8b3c84 100644
--- a/modern/src/admin/UsersPage.js
+++ b/modern/src/admin/UsersPage.js
@@ -62,11 +62,7 @@ const UsersView = ({ updateTimestamp, onMenuClick }) => {
const UsersPage = () => (
<OptionsLayout>
- <EditCollectionView
- content={UsersView}
- editPath="/user"
- endpoint="users"
- />
+ <EditCollectionView content={UsersView} editPath="/user" endpoint="users" />
</OptionsLayout>
);