From 14f4eafbe2011c12650bf6717028e99da21d1805 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 7 Mar 2025 13:20:38 +0100 Subject: Remove currentPage prop --- src/components/Footer.tsx | 2 +- src/pages/HomePage.tsx | 2 +- src/pages/chart/ChartPage.tsx | 2 +- 3 files changed, 3 insertions(+), 3 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 = ({ currentPage = 'home' }) => { +const Footer: React.FC = () => { return (