[v11.2.x] TutorialCard: Fix link to tutorial not opening (#92647)

This commit is contained in:
grafana-delivery-bot[bot]
2024-08-29 12:30:17 +02:00
committed by GitHub
parent 9cad6743f7
commit 32390fb7ee
@@ -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);