mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
Merge pull request #38 from bigcapitalhq/BIG-284-cash-flow-statement-loading-bar-not-working
BIG-284: cash flow statement loading bar.
This commit is contained in:
@@ -26,9 +26,9 @@ export const useCashFlowStatementColumns = () => {
|
|||||||
* Cash flow statement loading bar.
|
* Cash flow statement loading bar.
|
||||||
*/
|
*/
|
||||||
export function CashFlowStatementLoadingBar() {
|
export function CashFlowStatementLoadingBar() {
|
||||||
const { isCashFlowLoading } = useCashFlowStatementContext();
|
const { isCashFlowFetching } = useCashFlowStatementContext();
|
||||||
return (
|
return (
|
||||||
<If condition={isCashFlowLoading}>
|
<If condition={isCashFlowFetching}>
|
||||||
<FinancialLoadingBar />
|
<FinancialLoadingBar />
|
||||||
</If>
|
</If>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user