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) => {