[TQRCode] deviceInfo 예외처리
This commit is contained in:
@@ -46,7 +46,7 @@ export default function TQRCode({
|
||||
|
||||
let idx;
|
||||
|
||||
if (deviceInfo === null) {
|
||||
if (deviceInfo === null || !deviceInfo) {
|
||||
idx = 0;
|
||||
}
|
||||
idx = deviceInfo.dvcIndex;
|
||||
|
||||
Reference in New Issue
Block a user