From 8796d1383ba4bf0ddd7329ebd0e7d0e262a599fa Mon Sep 17 00:00:00 2001 From: lianahus Date: Wed, 29 May 2024 16:11:07 +0200 Subject: [PATCH] linter --- libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.tsx b/libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.tsx index 1da66f0146..0f5bda2d89 100644 --- a/libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.tsx +++ b/libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.tsx @@ -42,7 +42,7 @@ export const RemixUIGridCell = (props: RemixUIGridCellProps) => { console.log('expand ----> ', key) } - // The expanded widged should go to the grid-segment and be updated based on the expandedItem state variable of the plugin. + // The expanded widged should go to the grid-segment and be updated based on the expandedItem state variable of the plugin. // The state var will work like theme dispattching is working. useEffect(() => { @@ -61,11 +61,11 @@ export const RemixUIGridCell = (props: RemixUIGridCellProps) => {
-
- { props.logo && } +
+ { props.logo && } { props.title && }