From b433bfb76387a147f181ce3339b8227ccf8d0e60 Mon Sep 17 00:00:00 2001 From: Xiao Peng Date: Tue, 7 Jan 2025 20:39:11 -0800 Subject: [PATCH] fix: remove comment --- .../src/components/Card/FavouriteCard/FavouriteConsepCard.tsx | 2 -- 1 file changed, 2 deletions(-) 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(); }}