Skip to content

Commit

Permalink
fix: Remove redundant code (#7694)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssongliu authored Jan 10, 2025
1 parent 99bc817 commit 6b88e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/home/app/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6b88e1a

Please sign in to comment.