summaryrefslogtreecommitdiff
path: root/src/components/Footer.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Footer.tsx')
-rw-r--r--src/components/Footer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index a68d0d3..e99ef37 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -5,7 +5,7 @@ interface FooterProps {
currentPage?: 'home' | 'chart';
}
-const Footer: React.FC<FooterProps> = ({ currentPage = 'home' }) => {
+const Footer: React.FC<FooterProps> = () => {
return (
<footer className="footer">
<div className="footer-unified">