diff --git a/src/Layout.re b/src/Layout.re index 906b91b..9dbe9a5 100644 --- a/src/Layout.re +++ b/src/Layout.re @@ -125,18 +125,8 @@ module Sidebar = { }; [@react.component] - let make = - ( - ~domRef=?, - ~innerContainerId=?, - ~fullHeight=false, - ~children=React.null, - ) => -
+ let make = (~domRef=?, ~fullHeight=false, ~children=React.null) => +
children
; };