fix(BalanceSheet): BIG-281 report alerts re-positioning.

This commit is contained in:
a.bouhuolia
2022-01-11 18:08:22 +02:00
parent 1656691940
commit 1380e288e0
4 changed files with 2 additions and 3 deletions

View File

@@ -67,6 +67,7 @@ function BalanceSheet({
onNumberFormatSubmit={handleNumberFormatSubmit}
/>
<BalanceSheetLoadingBar />
<BalanceSheetAlerts />
<DashboardPageContent>
<FinancialStatement>
@@ -80,7 +81,6 @@ function BalanceSheet({
</FinancialStatement>
</DashboardPageContent>
<BalanceSheetAlerts />
</BalanceSheetProvider>
);
}

View File

@@ -70,6 +70,7 @@ function CashFlowStatement({
/>
<CashFlowStatementLoadingBar />
<CashFlowStatementAlerts />
<DashboardPageContent>
<FinancialStatement>
<CashFlowStatementHeader