Skip to content

Commit

Permalink
fix(Announcements): Fix announcements layout rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Apr 4, 2022
1 parent 832581f commit 9db8226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/AppLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ class AppLayout extends Component {
{isDelayAppScreenVisible ? <DelayApp /> : (
<div className="app__service-size-container">
{services}
{children}
<Todos />
</div>
)}
{children}
<TrialStatusBar />
</div>
</div>
Expand Down

0 comments on commit 9db8226

Please sign in to comment.