We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84587ba commit 0035751Copy full SHA for 0035751
1 file changed
src/components/Playground/index.tsx
@@ -164,7 +164,7 @@ export default function Playground() {
164
description="Learn and experiment with polkadot-api"
165
rightContent={<NetworkBadge network={selectedNetwork} />}
166
>
167
- {sidebarCollapsed ? <MainContent /> : <SidebarContent />}
+ {sidebarCollapsed ? MainContent : SidebarContent}
168
169
<MobileSidebarToggle
170
isCollapsed={sidebarCollapsed}
0 commit comments