aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/admin/UserAdmin.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-20 18:31:15 +0800
committercrupest <crupest@outlook.com>2020-11-20 18:31:15 +0800
commit6ec8eca60e9138521fa1e85e560559427e8698c3 (patch)
treec2927a17775dcbaabe78bf9ac17752eeb2e8db3d /FrontEnd/src/app/views/admin/UserAdmin.tsx
parent258d6fca82ca5b31dbe7313007cf753d6a09fda8 (diff)
downloadtimeline-6ec8eca60e9138521fa1e85e560559427e8698c3.tar.gz
timeline-6ec8eca60e9138521fa1e85e560559427e8698c3.tar.bz2
timeline-6ec8eca60e9138521fa1e85e560559427e8698c3.zip
...
Diffstat (limited to 'FrontEnd/src/app/views/admin/UserAdmin.tsx')
-rw-r--r--FrontEnd/src/app/views/admin/UserAdmin.tsx5
1 files changed, 2 insertions, 3 deletions
diff --git a/FrontEnd/src/app/views/admin/UserAdmin.tsx b/FrontEnd/src/app/views/admin/UserAdmin.tsx
index c78490d8..37ad2ef7 100644
--- a/FrontEnd/src/app/views/admin/UserAdmin.tsx
+++ b/FrontEnd/src/app/views/admin/UserAdmin.tsx
@@ -9,7 +9,6 @@ import {
} from "react-bootstrap";
import OperationDialog from "../common/OperationDialog";
-import AdminSubPage from "./AdminSubPage";
import { User, AuthUser } from "@/services/user";
import { getHttpUserClient, HttpUser } from "@/http/user";
@@ -266,7 +265,7 @@ const UserAdmin: React.FC<UserAdminProps> = (props) => {
});
return (
- <AdminSubPage>
+ <>
<Row className="justify-content-end my-2">
<Col xs="auto">
<Button
@@ -283,7 +282,7 @@ const UserAdmin: React.FC<UserAdminProps> = (props) => {
</Row>
{userComponents}
{dialogNode}
- </AdminSubPage>
+ </>
);
} else {
return <Spinner animation="border" />;