-
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 (
-
+
-