mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-06-14 00:56:00 +00:00
fix(boletos): diferencia pagamentos e recebimentos
This commit is contained in:
@@ -41,9 +41,7 @@ export function BillsWidgetView({
|
||||
}: BillsWidgetViewProps) {
|
||||
return (
|
||||
<>
|
||||
<div className="flex flex-col gap-4">
|
||||
<BillsList bills={bills} period={period} onPay={onOpenPaymentDialog} />
|
||||
</div>
|
||||
<BillsList bills={bills} period={period} onPay={onOpenPaymentDialog} />
|
||||
|
||||
<BillPaymentDialog
|
||||
bill={selectedBill}
|
||||
|
||||
Reference in New Issue
Block a user