app/react/Entities/components/specs/__snapshots__/ShowSidepanelMenu.spec.js.snap
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`ShowSidepanelMenu should show button if panel is not open 1`] = `
<div
className=""
>
<ShowIf
if={true}
>
<div
className="btn btn-primary"
onClick={[Function]}
>
<Connect(Icon)
icon="columns"
/>
</div>
</ShowIf>
</div>
`;