diff --git a/frontend/src/components/home/Dashboard.tsx b/frontend/src/components/home/Dashboard.tsx index ee320dcdb..25b1189bd 100644 --- a/frontend/src/components/home/Dashboard.tsx +++ b/frontend/src/components/home/Dashboard.tsx @@ -9,7 +9,7 @@ interface DashBoardProps { interface Tile { title: string, - subtitle: string, + subTitle: string, value: string }