aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-02-13 22:29:07 +0800
committercrupest <crupest@outlook.com>2021-02-13 22:29:07 +0800
commit6865e0a8d1411ca803a731fb605e26eb033dc071 (patch)
tree02d74ff763988d2f0f2481167cc7978a74159d7b
parent1cbf24ae8980a136d4d66f1a940b2ed7a2e4bf2a (diff)
downloadtimeline-6865e0a8d1411ca803a731fb605e26eb033dc071.tar.gz
timeline-6865e0a8d1411ca803a731fb605e26eb033dc071.tar.bz2
timeline-6865e0a8d1411ca803a731fb605e26eb033dc071.zip
chore: Fix a lint warning.
-rw-r--r--FrontEnd/src/app/views/admin/UserAdmin.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/admin/UserAdmin.tsx b/FrontEnd/src/app/views/admin/UserAdmin.tsx
index aada4d52..5e1fdce7 100644
--- a/FrontEnd/src/app/views/admin/UserAdmin.tsx
+++ b/FrontEnd/src/app/views/admin/UserAdmin.tsx
@@ -249,7 +249,7 @@ interface UserAdminProps {
user: AuthUser;
}
-const UserAdmin: React.FC<UserAdminProps> = (props) => {
+const UserAdmin: React.FC<UserAdminProps> = () => {
const { t } = useTranslation();
type DialogInfo =