TutorialCard: Fix link to tutorial not opening (#92599)

This commit is contained in:
Laura Fernández
2024-08-29 11:22:50 +02:00
committed by GitHub
parent 1e1b554ff3
commit 7e92cea000
@@ -36,7 +36,6 @@ export const TutorialCard = ({ card }: Props) => {
};
const handleTutorialClick = (event: MouseEvent<HTMLAnchorElement>, card: TutorialCardType) => {
event.preventDefault();
const isSet = store.get(card.key);
if (!isSet) {
store.set(card.key, true);