mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
refactor(Cashflow)
refactor(InventoryValuation)
This commit is contained in:
@@ -15,7 +15,6 @@ export default function ProfitLossSheetTable({
|
||||
// Profit/Loss sheet context.
|
||||
const {
|
||||
profitLossSheet: { table, query },
|
||||
isLoading,
|
||||
} = useProfitLossSheetContext();
|
||||
|
||||
// Retrieves the profit/loss table columns.
|
||||
@@ -33,8 +32,6 @@ export default function ProfitLossSheetTable({
|
||||
sheetType={<T id={'profit_loss_sheet'} />}
|
||||
fromDate={query.from_date}
|
||||
toDate={query.to_date}
|
||||
name="profit-loss-sheet"
|
||||
loading={isLoading}
|
||||
basis={query.basis}
|
||||
>
|
||||
<ProfitLossDataTable
|
||||
|
||||
Reference in New Issue
Block a user