This commit is contained in:
Victor Batischev
2024-02-15 20:28:21 +03:00
parent 23b8c3ad8a
commit 07574e98a6
4 changed files with 9 additions and 4 deletions

View File

@ -137,7 +137,7 @@ export const ModalRegistration = ({ active, setActive }) => {
<div className="button-box">
{loader ? (
<Loader style={"green"} />
<Loader />
) : (
<BaseButton
onClick={async (e) => {