From 224f09edbb511bd179d79c55f646d5522c1f955d Mon Sep 17 00:00:00 2001 From: tienifr Date: Mon, 29 Apr 2024 21:21:27 +0700 Subject: [PATCH] fix: empty epsf logo --- src/components/QRShare/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/QRShare/index.tsx b/src/components/QRShare/index.tsx index c7e9e7637a6c..fcd838871db3 100644 --- a/src/components/QRShare/index.tsx +++ b/src/components/QRShare/index.tsx @@ -16,7 +16,7 @@ function QRShare({url, title, subtitle, logo, logoRatio, logoMarginRatio}: QRSha const styles = useThemeStyles(); const theme = useTheme(); - const [qrCodeSize, setQrCodeSize] = useState(1); + const [qrCodeSize, setQrCodeSize] = useState(); const svgRef = useRef(); useImperativeHandle(