Use null instead of an empty string for closed sidebar
[MAILPOET-2450]
This commit is contained in:
committed by
Jack Kitterhing
parent
624f79b89c
commit
8aef0d3b74
@@ -26,7 +26,7 @@ export default () => {
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
{ sidebarOpened ? <Sidebar /> : '' }
|
||||
{ sidebarOpened ? <Sidebar /> : null }
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user