[TQRCode] deviceInfo 예외처리

This commit is contained in:
고동영
2024-08-07 15:50:48 +09:00
parent 94a0d14804
commit cf9a373c2e

View File

@@ -46,7 +46,7 @@ export default function TQRCode({
let idx;
if (deviceInfo === null) {
if (deviceInfo === null || !deviceInfo) {
idx = 0;
}
idx = deviceInfo.dvcIndex;