From d6911626a792d196bdbf41cc6dc03139a9f11d52 Mon Sep 17 00:00:00 2001 From: Vladislav Date: Wed, 23 Apr 2025 12:44:48 +0500 Subject: [PATCH] refactor: remove twitch animation on upload photo --- client/src/components/UserCreate.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/client/src/components/UserCreate.tsx b/client/src/components/UserCreate.tsx index 177a802..4eeb231 100644 --- a/client/src/components/UserCreate.tsx +++ b/client/src/components/UserCreate.tsx @@ -1,6 +1,4 @@ -import { PlusOutlined } from '@ant-design/icons'; import { - Avatar, Button, Form, Input, @@ -71,7 +69,7 @@ export default function UserCreate() { ); const photoToUpload = ( - <> +
)} - +
); return (