mirror of https://github.com/1Panel-dev/1Panel
fix: Remove redundant code (#7694)
parent
99bc8177d4
commit
6b88e1adf2
|
@ -10,7 +10,7 @@
|
|||
<span class="h-app-title">{{ app.name }}</span>
|
||||
<div class="h-app-desc">
|
||||
<span>
|
||||
{{ language == 'zh' || language == 'tw' ? app.shortDescZh : app.shortDescEn }}123123
|
||||
{{ language == 'zh' || language == 'tw' ? app.shortDescZh : app.shortDescEn }}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue