Skip to content

Commit

Permalink
feat(groupviewexplorecard.jsx): remove delete feature
Browse files Browse the repository at this point in the history
  • Loading branch information
junglesub committed Aug 6, 2024
1 parent 977db98 commit 01b65ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function GroupViewExploreCard({
onClick={() => navigate("/group/" + data.code)}
/>
<img src={WoomoolBackCoverIcon} draggable={false} />
{hoverDelete && (
{false && hoverDelete && (
<DeleteImg
src={ExitIcon}
draggable={false}
Expand Down

0 comments on commit 01b65ad

Please sign in to comment.