Skip to content

Commit 763e05f

Browse files
perf: Platform status invalid display text error
1 parent 3167783 commit 763e05f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

frontend/src/views/system/platform/PlatformInfo.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
<span>{{ cardTitle }}</span>
1010
</div>
1111
<div v-if="existInfo" class="lead-left-status" :class="{ invalid: !info.valid }">
12-
<span>{{
13-
info.valid ? t('authentication.valid') : info.corpid ? t('authentication.invalid') : ''
14-
}}</span>
12+
<span>{{ info.valid ? t('authentication.valid') : t('authentication.invalid') }}</span>
1513
</div>
1614
</div>
1715
<div v-if="existInfo" class="platform-setting-head-right">

0 commit comments

Comments
 (0)