We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feeac1b commit c3a88b3Copy full SHA for c3a88b3
libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.tsx
@@ -121,7 +121,7 @@ export const RemixUIGridCell = (props: RemixUIGridCellProps) => {
121
></button>}
122
</div>
123
124
-
+
125
{ props.tagList && <div className={`d-flex flex-column align-items-begin ` +`${filterCon.showPin ? 'remixui_grid_cell_tags' : 'remixui_grid_cell_tags_no_pin'}`}>
126
{ Object.keys(props.tagList).map((key) => (
127
filterCon.keyValueMap[props.tagList[key]]?.enabled && (
0 commit comments