Skip to content

Commit c3a88b3

Browse files
LianaHusAniket-Engg
authored andcommitted
lint
1 parent feeac1b commit c3a88b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const RemixUIGridCell = (props: RemixUIGridCellProps) => {
121121
></button>}
122122
</div>
123123
</div>
124-
124+
125125
{ props.tagList && <div className={`d-flex flex-column align-items-begin ` +`${filterCon.showPin ? 'remixui_grid_cell_tags' : 'remixui_grid_cell_tags_no_pin'}`}>
126126
{ Object.keys(props.tagList).map((key) => (
127127
filterCon.keyValueMap[props.tagList[key]]?.enabled && (

0 commit comments

Comments
 (0)