diff --git a/app/ui/AddLocationButton.tsx b/app/ui/AddLocationButton.tsx index 4adfd3d..1c200aa 100644 --- a/app/ui/AddLocationButton.tsx +++ b/app/ui/AddLocationButton.tsx @@ -10,7 +10,7 @@ export interface AddLocationButtonProps { } export const AddLocationButton:React.FC = ({yearMonth}) => -
+
diff --git a/app/ui/AddMonthButton.tsx b/app/ui/AddMonthButton.tsx index 31dd046..b6e5f20 100644 --- a/app/ui/AddMonthButton.tsx +++ b/app/ui/AddMonthButton.tsx @@ -9,7 +9,7 @@ export interface AddMonthButtonProps { } export const AddMonthButton:React.FC = ({ yearMonth }) => -
+
diff --git a/app/ui/LocationCard.tsx b/app/ui/LocationCard.tsx index 26024a4..1fec078 100644 --- a/app/ui/LocationCard.tsx +++ b/app/ui/LocationCard.tsx @@ -18,7 +18,7 @@ export const LocationCard:FC = ({location: { _id, name, yearM const monthlyExpense = bills.reduce((acc, bill) => acc + (bill.payedAmount ?? 0), 0); return( -
+