Skip to content

Commit

Permalink
Update Chat.vue
Browse files Browse the repository at this point in the history
Fixing the appearance of the active panel header.
  • Loading branch information
SalleeMatthew authored and smile0711 committed Sep 17, 2024
1 parent 6349024 commit ee8d814
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spa/src/components/Chat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,19 @@
({{ this.users.length + 1 }}) {{ this.$store.data.place.name }}
</span>
<span v-if="activePanel === 'places'" class="flex-grow">
Places ({{ this.activePlaces.length }})
({{ this.activePlaces.length }}) Places
</span>
<span v-if="activePanel === 'gestures'" class="flex-grow">
Body Language
</span>
<span v-if="activePanel === 'sharedObjects'" class="flex-grow">
Objects ({{ this.sharedObjects.length }})
({{ this.sharedObjects.length }}) Objects
</span>
<span v-if="activePanel === 'backpack'" class="flex-grow">
My Backpack ({{ this.backpackObjects.length }})
({{ this.backpackObjects.length }}) My Backpack
</span>
<span v-if="activePanel === 'userBackpack'" class="flex-grow">
{{ this.usernameBackPack }}'s Backpack ({{ this.backpackObjects.length }})
({{ this.backpackObjects.length }}) {{ this.usernameBackPack }}'s Backpack
</span>
<button
type="button"
Expand Down

0 comments on commit ee8d814

Please sign in to comment.