Skip to content

Commit

Permalink
fix: logo display unexpected
Browse files Browse the repository at this point in the history
  • Loading branch information
OrenZhang committed Jun 29, 2024
1 parent c2a75d4 commit 8a7f6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MessageDisplay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ onUnmounted(() => {
<div
class="chat-display"
style="width: 100%; height: 100%; display: flex; align-items: center; justify-content: center"
v-show="localMessages.length === 0"
v-show="localMessages.length === 0 && !systemDefine"
>
<div style="width: 60px; height: 60px">
<img
Expand Down

0 comments on commit 8a7f6a6

Please sign in to comment.