Skip to content

Commit

Permalink
fix(AccountsGeneralTab): do not show TabletAccountingNotice if enable…
Browse files Browse the repository at this point in the history
…_per_account_tablet_accounting is enabled
  • Loading branch information
vrozaev committed Jun 10, 2024
1 parent 0f46beb commit 7de2eb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ class AccountsGeneralTab extends Component {

return (
<div className={b('content', 'elements-section')}>
{isTCBRelative && <TabletAccountingNotice className={b('tcb-resource-notice')} />}
{!allowTable && <TabletAccountingNotice className={b('tcb-resource-notice')} />}
{allowTable && <VisibilityNotice mode={dashboardVisibilityMode} />}
{allowTable && (
<ElementsTableWithHeaderAndFooter
Expand Down

0 comments on commit 7de2eb5

Please sign in to comment.