Skip to content

Commit

Permalink
No broadcasts messages
Browse files Browse the repository at this point in the history
  • Loading branch information
fatfingers23 committed Apr 20, 2024
1 parent 1bc6549 commit e003a8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions trackscape-discord-ui/src/components/BroadcastList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ client.getBroadcasts(props.clanId, props.limit).then((broadcastsResult) => {
</div>
</div>
<div class="mt-2">
<div v-if="broadcasts?.length === 0">
<div class="p-2 shadow-xl bg-base-100">
<p>Your clan has not gotten any broadcasts. Go play the game!</p>
</div>
</div>
<div v-for="broadcast in broadcasts"
:key="broadcast.id"
class="p-5 shadow-xl bg-base-100">
Expand Down

0 comments on commit e003a8b

Please sign in to comment.