diff --git a/src/app/dim-ui/Sheet.tsx b/src/app/dim-ui/Sheet.tsx index 0abc1705b28..c267c9389de 100644 --- a/src/app/dim-ui/Sheet.tsx +++ b/src/app/dim-ui/Sheet.tsx @@ -254,8 +254,6 @@ export default function Sheet({ }; }, []); - const childrenNode = _.isFunction(children) ? children({ onClose: triggerClose }) : children; - const sheetBody = ( -
{childrenNode}
+
+ {_.isFunction(children) ? children({ onClose: triggerClose }) : children} +
{Boolean(footer) && (