linter
This commit is contained in:
parent
73518e70c9
commit
d47efd12b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue