Skip to content

Commit

Permalink
Changed logic of loading state
Browse files Browse the repository at this point in the history
  • Loading branch information
mazhutoanton committed Jan 13, 2025
1 parent f5f9fba commit 173d0f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Login/LoginPage.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useEffect, useMemo, useState } from 'react';
import { useEffect, useMemo } from 'react';
import {
LoadingButton,
Stack,
Expand Down Expand Up @@ -160,7 +160,6 @@ export const LoginPage = ({ variant = 'signin', loginHint, onRequestLogin }: Log
console.error('Telegram authorization error');
}
};

return (
<Stack
direction="column"
Expand Down

0 comments on commit 173d0f9

Please sign in to comment.