From e2c79ff047441aa027903946bbb8c989c3738bf5 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 18 Apr 2026 15:54:10 +0300 Subject: [PATCH] client: refactor --- apps/client/src/widgets/react/PropertySheet.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/client/src/widgets/react/PropertySheet.tsx b/apps/client/src/widgets/react/PropertySheet.tsx index 6f520580ea..b196a956b3 100644 --- a/apps/client/src/widgets/react/PropertySheet.tsx +++ b/apps/client/src/widgets/react/PropertySheet.tsx @@ -9,12 +9,12 @@ interface PropertySheetParams { wideLayoutBreakpoint?: number; } -export function PropertySheet({ className, children, wideLayoutBreakpoint }: PropertySheetParams) { +export function PropertySheet({className, children, wideLayoutBreakpoint}: PropertySheetParams) { return -
+
{children}