From 4c15bb68e8509c8433b3c52bde3c72b42661e547 Mon Sep 17 00:00:00 2001 From: RezaAshrafi77 Date: Sun, 29 Aug 2021 11:40:04 +0430 Subject: [PATCH] reza fixed qr --- src/views/QR/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/QR/index.js b/src/views/QR/index.js index b989522..cd702a7 100644 --- a/src/views/QR/index.js +++ b/src/views/QR/index.js @@ -89,7 +89,7 @@ class QR extends Component { } render() { - const { QR, qrList } = this.props; + const { QR, qrList, loading } = this.props; const fontSize = { desktop: { sidebar: { @@ -118,7 +118,7 @@ class QR extends Component { return ( <> {window.innerWidth > 1000 ? ( - qrList ? ( + !loading ? ( <>
@@ -203,7 +203,7 @@ class QR extends Component { ) ) : null} {window.innerWidth < 1000 ? ( - qrList ? ( + !loading ? ( <>