Merge pull request #97 from N0chteil/pr

Fix issue with empty "Friends listening to" box
This commit is contained in:
vapormusic 2022-01-10 17:51:13 +07:00 committed by GitHub
commit eee8356143
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="row" v-if="friendsListeningTo && friendsListeningTo != []"> <div class="row" v-if="friendsListeningTo && friendsListeningTo.length > 0">
<div class="col"> <div class="col">
<h3>Friends Listening To</h3> <h3>Friends Listening To</h3>
<div class="well"> <div class="well">