Skip to content

Commit

Permalink
Solved little warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lauratbg committed Apr 27, 2024
1 parent 244fbb5 commit 44a3a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/fragments/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Link } from 'react-router-dom';
import { useTranslation } from "react-i18next";

function Footer() {
const [t, i18n] = useTranslation("global");
const [t] = useTranslation("global");

return (
<footer className="footer-container">
Expand Down

0 comments on commit 44a3a04

Please sign in to comment.