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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);