From 88c58db6eee3990a618ab2a672176363beb7073f Mon Sep 17 00:00:00 2001 From: Mutesasira Moses Date: Tue, 8 Aug 2023 23:04:31 +0100 Subject: [PATCH] fix typo --- frontend/src/components/home/Dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }