diff --git a/app/(dashboard)/layout.tsx b/app/(dashboard)/layout.tsx index fa07943..b5c9189 100644 --- a/app/(dashboard)/layout.tsx +++ b/app/(dashboard)/layout.tsx @@ -58,7 +58,7 @@ export default async function DashboardLayout({
-
+
{children}
diff --git a/components/lancamentos/shared/installment-timeline.tsx b/components/lancamentos/shared/installment-timeline.tsx index c144c42..333c518 100644 --- a/components/lancamentos/shared/installment-timeline.tsx +++ b/components/lancamentos/shared/installment-timeline.tsx @@ -22,7 +22,7 @@ export function InstallmentTimeline({ const lastInstallmentDate = calculateLastInstallmentDate( period, currentInstallment, - totalInstallments + totalInstallments, ); return ( @@ -30,7 +30,7 @@ export function InstallmentTimeline({ {/* Linha de conexão */}
-
+
diff --git a/components/month-picker/month-navigation.tsx b/components/month-picker/month-navigation.tsx index e79cb7e..8f7d854 100644 --- a/components/month-picker/month-navigation.tsx +++ b/components/month-picker/month-navigation.tsx @@ -79,7 +79,7 @@ export default function MonthNavigation() { }; return ( - +
-