We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8dd1a commit aaaef8fCopy full SHA for aaaef8f
apps/app-frontend/src/components/ui/friends/FriendsList.vue
@@ -339,10 +339,7 @@ const messages = defineMessages({
339
</ButtonStyled>
340
</div>
341
<div class="flex flex-col gap-3">
342
- <h3
343
- v-if="sortedFriends.length === 0 || loading"
344
- class="ml-4 mr-1 text-base text-primary font-medium m-0"
345
- >
+ <h3 v-if="loading" class="ml-4 mr-1 text-base text-primary font-medium m-0">
346
{{ formatMessage(messages.friends) }}
347
</h3>
348
<template v-if="loading">
0 commit comments