Skip to content

Commit

Permalink
fix(System/Masters): minor fix for layout with alerts [YTFRONT-4295]
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-efremoff committed Sep 10, 2024
1 parent 5446fc3 commit 2134144
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ui/src/ui/pages/system/Masters/Masters.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ class Masters extends Component {

return fitIntoSection ? (
<div className={b('all-masters')}>
{this.renderAlerts()}
<div className={headingCN}>
Primary Masters
{this.renderMasterTypeSwitcher()}
Expand Down Expand Up @@ -153,7 +152,6 @@ class Masters extends Component {
</div>
) : (
<div>
{this.renderAlerts()}
<div className={headingCN}>
Primary Masters
{this.renderMasterTypeSwitcher()}
Expand Down Expand Up @@ -249,6 +247,7 @@ class Masters extends Component {
onToggle={this.onToggle}
size={collapsibleSize}
>
{this.renderAlerts()}
{content}
</CollapsibleSectionStateLess>
);
Expand Down

0 comments on commit 2134144

Please # to comment.