From f39eef07c4aa657352401cb633c369fe078ec70f Mon Sep 17 00:00:00 2001 From: Natsumi Date: Thu, 8 Dec 2022 17:17:26 +1300 Subject: [PATCH] Bug fix --- html/src/index.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/index.pug b/html/src/index.pug index 335bad41..65569b62 100644 --- a/html/src/index.pug +++ b/html/src/index.pug @@ -278,7 +278,7 @@ html span(v-if="scope.row.ref.last_platform === 'standalonewindows'" style="color:#409eff") PC span(v-else-if="scope.row.ref.last_platform === 'android'" style="color:#67c23a") Q span(v-else) {{ scope.row.ref.last_platform }} - template(v-if="scope.row.inVRMode !== undefined") + template(v-if="scope.row.inVRMode !== null") span(v-if="scope.row.inVRMode") VR span(v-else) D el-table-column(label="Display Name" min-width="140" prop="ref.displayName")