diff --git a/apps/dashboard/src/components/report/sidebar/ReportForumula.tsx b/apps/dashboard/src/components/report/sidebar/ReportFormula.tsx similarity index 71% rename from apps/dashboard/src/components/report/sidebar/ReportForumula.tsx rename to apps/dashboard/src/components/report/sidebar/ReportFormula.tsx index 1908bbe7..8e181726 100644 --- a/apps/dashboard/src/components/report/sidebar/ReportForumula.tsx +++ b/apps/dashboard/src/components/report/sidebar/ReportFormula.tsx @@ -5,17 +5,17 @@ import { useDispatch, useSelector } from '@/redux'; import { changeFormula } from '../reportSlice'; -export function ReportForumula() { - const forumula = useSelector((state) => state.report.formula); +export function ReportFormula() { + const formula = useSelector((state) => state.report.formula); const dispatch = useDispatch(); return (