aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/admin
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-04-13 19:39:31 +0800
committercrupest <crupest@outlook.com>2021-04-13 19:39:31 +0800
commitc939b64ce5fcc0833dd79d75edb86ade73f75f57 (patch)
treea1a4bb1ae973ed8c59b17cf8f70469c1fc86435d /FrontEnd/src/app/views/admin
parent0b1faf00c6ae25a9d480e851421521991c017e3e (diff)
downloadtimeline-c939b64ce5fcc0833dd79d75edb86ade73f75f57.tar.gz
timeline-c939b64ce5fcc0833dd79d75edb86ade73f75f57.tar.bz2
timeline-c939b64ce5fcc0833dd79d75edb86ade73f75f57.zip
refactor: replace clsx with classnames.
Diffstat (limited to 'FrontEnd/src/app/views/admin')
-rw-r--r--FrontEnd/src/app/views/admin/UserAdmin.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/src/app/views/admin/UserAdmin.tsx b/FrontEnd/src/app/views/admin/UserAdmin.tsx
index 5e1fdce7..74b3503f 100644
--- a/FrontEnd/src/app/views/admin/UserAdmin.tsx
+++ b/FrontEnd/src/app/views/admin/UserAdmin.tsx
@@ -1,5 +1,5 @@
import React, { useState, useEffect } from "react";
-import clsx from "clsx";
+import classnames from "classnames";
import { ListGroup, Row, Col, Spinner, Button } from "react-bootstrap";
import OperationDialog, {
@@ -228,7 +228,7 @@ const UserItem: React.FC<UserItemProps> = ({ user, on }) => {
})}
</div>
<div
- className={clsx("edit-mask", !editMaskVisible && "d-none")}
+ className={classnames("edit-mask", !editMaskVisible && "d-none")}
onClick={() => setEditMaskVisible(false)}
>
<button className="text-button primary" onClick={on[kModify]}>