Skip to content

Commit 09e3fb6

Browse files
chore(deps): Trigger additional release after tag fix
1 parent 286bf86 commit 09e3fb6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

packages/module/src/components/CatalogTile/CatalogTile.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,11 @@ export class CatalogTile extends React.Component<CatalogTileProps> {
120120
<CardHeader
121121
actions={{ actions: badges.length > 0 && this.renderBadges(badges) }}
122122
selectableActions={
123-
onClick && { selectableActionId: id + '-input', onClickAction: (e) => this.handleClick(e), selectableActionAriaLabelledby: id }
123+
onClick && {
124+
selectableActionId: id + '-input',
125+
onClickAction: (e) => this.handleClick(e),
126+
selectableActionAriaLabelledby: id
127+
}
124128
}
125129
>
126130
{iconImg && <img className="catalog-tile-pf-icon" src={iconImg} alt={iconAlt} />}

0 commit comments

Comments
 (0)