From f29b23b2e95dc92481f2cd71381d6733848574a2 Mon Sep 17 00:00:00 2001 From: Rusty Key Date: Tue, 26 Mar 2024 19:37:59 +0000 Subject: [PATCH] remove unused innerContainerId --- src/Layout.re | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) 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
; };