From 9aa0b1b4b209be3b2e7d98232b50fc3270d03e94 Mon Sep 17 00:00:00 2001 From: Andrey Shovkoplyas Date: Mon, 16 Oct 2017 13:20:47 +0300 Subject: [PATCH] fixed qr data --- src/status_im/components/camera.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/status_im/components/camera.cljs b/src/status_im/components/camera.cljs index e07102e49a..e5a6337133 100644 --- a/src/status_im/components/camera.cljs +++ b/src/status_im/components/camera.cljs @@ -29,5 +29,4 @@ (r/create-element default-camera (clj->js (merge {:inverted true} props)))) (defn get-qr-code-data [code] - (when (= "QR_CODE" (.-type code)) - (.-data code))) \ No newline at end of file + (.-data code)) \ No newline at end of file