mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
fix: sync qr code not visible (#18944)
This commit is contained in:
parent
5d00c09597
commit
4469717cc1
@ -33,7 +33,7 @@
|
||||
(let [qr-media-server-uri (image-server/get-qr-image-uri-for-any-url
|
||||
{:url url
|
||||
:port (rf/sub [:mediaserver/port])
|
||||
:qr-size (or (int size) 400)
|
||||
:qr-size (or (and size (int size)) 400)
|
||||
:error-level :highest})]
|
||||
[quo/qr-code
|
||||
(assoc props
|
||||
|
Loading…
x
Reference in New Issue
Block a user