mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
fix(WarehouseTransfer).
This commit is contained in:
@@ -40,7 +40,6 @@ export default function PaymentMadeEntriesTable({
|
||||
},
|
||||
[onUpdateData, entries],
|
||||
);
|
||||
|
||||
// Detarmines the right no results message before selecting vendor and aftering
|
||||
// selecting vendor id.
|
||||
const noResultsMessage = vendor_id ? (
|
||||
@@ -67,7 +66,6 @@ export default function PaymentMadeEntriesTable({
|
||||
currencyCode,
|
||||
}}
|
||||
noResults={noResultsMessage}
|
||||
footer={true}
|
||||
/>
|
||||
</CloudLoadingIndicator>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user