From 3d07c813f77bfb96096881c3c00ab73f708b5b31 Mon Sep 17 00:00:00 2001 From: olaven Date: Mon, 23 Sep 2024 17:38:29 +0200 Subject: [PATCH] Don't catch submit events in Vipps button --- islands/DonationSection.tsx | 7 ++++++- todo.md | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/islands/DonationSection.tsx b/islands/DonationSection.tsx index 84dec1d..3f98708 100644 --- a/islands/DonationSection.tsx +++ b/islands/DonationSection.tsx @@ -30,7 +30,12 @@ export const DonationSection = function () {

-
+ { + e.preventDefault(); + }} + >