Skip to content

Commit

Permalink
Merge pull request #1085 from Vizzuality/fix/toggle-layout
Browse files Browse the repository at this point in the history
Show the Layout Arrows without the redesign flag
  • Loading branch information
sorodrigo authored Oct 14, 2019
2 parents 8025511 + 8777c1c commit c50177a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const SplittedView = ({ leftSlot, rightSlot, layout, sidebarOpen, changeLayout }
)}
<div className="left">
{leftSlot}
{ENABLE_REDESIGN_PAGES && <LayoutArrows changeLayout={changeLayout} layout={layout} />}
<LayoutArrows changeLayout={changeLayout} layout={layout} />
</div>
<div className="right">{rightSlot}</div>
</div>
Expand Down

0 comments on commit c50177a

Please sign in to comment.