diff --git a/frontend/src/components/Card/FavouriteCard/FavouriteConsepCard.tsx b/frontend/src/components/Card/FavouriteCard/FavouriteConsepCard.tsx index a7751973d..7ac5f6674 100644 --- a/frontend/src/components/Card/FavouriteCard/FavouriteConsepCard.tsx +++ b/frontend/src/components/Card/FavouriteCard/FavouriteConsepCard.tsx @@ -51,8 +51,6 @@ const FavouriteCard = ({ aria-label={`${favObject.header} options`} flipped iconDescription="More actions" - // Need to stop bubbling here so it won't trigger the - // the tile onKeyDown event onKeyDown={(e: React.KeyboardEvent) => { e.stopPropagation(); }}