This commit is contained in:
Rares Mardare 2022-12-06 15:38:47 +02:00
parent 73518e70c9
commit d47efd12b2

View file

@ -41,7 +41,7 @@ const MobileAppVerification = observer(({ userPk }: Props) => {
const [isQRBlurry, setIsQRBlurry] = useState<boolean>(false);
const fetchQRCode = useCallback(
async (showLoader: boolean = true) => {
async (showLoader = true) => {
if (showLoader) {
setFetchingQRCode(true);
}