Skip to content

Commit

Permalink
finish
Browse files Browse the repository at this point in the history
  • Loading branch information
Shamatarev committed Oct 20, 2023
1 parent 1b5daab commit 3864cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Footer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function Footer() {
{t('footer.agreement')}
</Nav.Link>
</li>
{language === 'ru' ? (
{language === 'ru' && (
<li>
<Nav.Link
as={Link}
Expand All @@ -127,7 +127,7 @@ function Footer() {
{t('footer.licenseAgreement')}
</Nav.Link>
</li>
) : null}
)}
<li>
<Nav.Link
as="a"
Expand Down

0 comments on commit 3864cad

Please sign in to comment.