Remove dangling semicolon

Fixes https://github.com/ente-io/auth/issues/462
This commit is contained in:
Manav Rathi 2024-02-20 14:49:59 +05:30
parent 76b547aa3e
commit d12878cc3b

View file

@ -55,7 +55,6 @@ const AuthenticatorCodesPage = () => {
<VerticallyCentered>
<EnteSpinner></EnteSpinner>
</VerticallyCentered>
;
</>
);
}