Skip to content

Commit 6b88e1a

Browse files
authored
fix: Remove redundant code (1Panel-dev#7694)
1 parent 99bc817 commit 6b88e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/home/app/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<span class="h-app-title">{{ app.name }}</span>
1111
<div class="h-app-desc">
1212
<span>
13-
{{ language == 'zh' || language == 'tw' ? app.shortDescZh : app.shortDescEn }}123123
13+
{{ language == 'zh' || language == 'tw' ? app.shortDescZh : app.shortDescEn }}
1414
</span>
1515
</div>
1616
</div>

0 commit comments

Comments
 (0)