Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Elena Gromova committed Sep 6, 2024
1 parent 7c2643b commit 9550e22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion frontend/src/components/Modals/SignIn.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import SignInForm from '../Forms/SignInForm';

function SignInModal({ handleClose, isOpen }) {
const dispatch = useDispatch();
const { t } = useTranslation();
const navigate = useNavigate();

const handleSuccess = () => {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Navigation/GuestMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function GuestMenu() {
<Dropdown.Divider />
<li>
<Dropdown.Item as={Button} onClick={handleSignInButton}>
{t('signIn.signInButton')}
{tSU('signIn.signInButton')}
</Dropdown.Item>
</li>
<Dropdown.Divider />
Expand Down

0 comments on commit 9550e22

Please sign in to comment.