qr rolling 텍스트 줄바꿈 수정
This commit is contained in:
@@ -232,7 +232,7 @@
|
||||
"OPTION": "(need for transfer)OPTION",
|
||||
"There are no themes available": "Es sind keine Artikel verfügbar",
|
||||
"The event information has not been registered": "(need for transfer) The event information has not been registered",
|
||||
"Scan QR": "QR-Code scannen",
|
||||
"Scan QR": "QR-Code \nscannen",
|
||||
"with your phone, Check Product": "mit Ihrem Handy, Produkt prüfen",
|
||||
"info & Purchase easily": "Informationen & Einkauf leicht gemacht"
|
||||
}
|
||||
|
||||
@@ -315,11 +315,11 @@ export default function UnableOption({
|
||||
if (isShowQRCode) {
|
||||
timerRef.current = setTimeout(() => {
|
||||
setIsShowQRCode(false);
|
||||
}, 10000);
|
||||
}, 0);
|
||||
} else {
|
||||
timerRef.current = setTimeout(() => {
|
||||
setIsShowQRCode(true);
|
||||
}, 5000);
|
||||
}, 100000);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user