From 09e3fb64a838e5ac64f80d915819ff72ee13bd5f Mon Sep 17 00:00:00 2001 From: Austin Sullivan Date: Fri, 23 Jun 2023 15:01:24 -0400 Subject: [PATCH] chore(deps): Trigger additional release after tag fix --- packages/module/src/components/CatalogTile/CatalogTile.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/module/src/components/CatalogTile/CatalogTile.tsx b/packages/module/src/components/CatalogTile/CatalogTile.tsx index a26a1ba..f11deeb 100644 --- a/packages/module/src/components/CatalogTile/CatalogTile.tsx +++ b/packages/module/src/components/CatalogTile/CatalogTile.tsx @@ -120,7 +120,11 @@ export class CatalogTile extends React.Component { 0 && this.renderBadges(badges) }} selectableActions={ - onClick && { selectableActionId: id + '-input', onClickAction: (e) => this.handleClick(e), selectableActionAriaLabelledby: id } + onClick && { + selectableActionId: id + '-input', + onClickAction: (e) => this.handleClick(e), + selectableActionAriaLabelledby: id + } } > {iconImg && {iconAlt}}