mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
WIP Financial statements.
This commit is contained in:
@@ -27,7 +27,7 @@ export default function LoadingIndicator({
|
||||
<div style={componentStyle}>{ children }</div>
|
||||
), [children, componentStyle]);
|
||||
|
||||
const maybeRenderComponent = rendered && renderComponent;
|
||||
const maybeRenderComponent = (rendered && children) && renderComponent;
|
||||
const maybeRenderLoadingSpinner = loading && loadingComponent;
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user