From 4f8e0284bbef5b53062f242522b3958a56accd1c Mon Sep 17 00:00:00 2001 From: Donkie Date: Sun, 13 Aug 2023 12:04:39 +0200 Subject: [PATCH] Client: Fixed scanner camera not stopping Resolves #71 --- client/src/components/qrCodeScanner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/qrCodeScanner.tsx b/client/src/components/qrCodeScanner.tsx index e0b2c79..d2a1a12 100644 --- a/client/src/components/qrCodeScanner.tsx +++ b/client/src/components/qrCodeScanner.tsx @@ -23,7 +23,7 @@ const QRCodeScannerModal: React.FC = () => { return ( <> setVisible(true)} icon={} shape="circle" /> - setVisible(false)} footer={null} title={t("scanner.title")}> + setVisible(false)} footer={null} title={t("scanner.title")}>

{t("scanner.description")}