Merge branch 'from/develop/tusooa/fix-follow-list' into 'develop'

Fix Follow button missing on follow list

See merge request pleroma/pleroma-fe!1428
This commit is contained in:
HJ 2022-02-03 10:22:22 +00:00
commit a5e20a4eb2

View file

@ -20,6 +20,7 @@
:relationship="relationship" :relationship="relationship"
:label-following="$t('user_card.follow_unfollow')" :label-following="$t('user_card.follow_unfollow')"
class="follow-card-follow-button" class="follow-card-follow-button"
:user="user"
/> />
</template> </template>
</div> </div>