aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.vue
diff options
context:
space:
mode:
authormarcin mikołajczak <git@mkljczk.pl>2024-01-19 19:01:38 +0100
committermarcin mikołajczak <git@mkljczk.pl>2024-01-19 19:01:38 +0100
commitd28e48e9dcf163e4493bcfc3c65ec62a0b740c38 (patch)
treee3cf789de6e010f653bf821db85465f01e4692eb /src/components/user_profile/user_profile.vue
parentf6d3a66a5b7bcbbecc72a66532866ee096c7752d (diff)
parentdbe9da0f09d9471e9a87e564bb18412f937b8542 (diff)
Merge remote-tracking branch 'mkljczk/quotes-count' into quotes-count
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
-rw-r--r--src/components/user_profile/user_profile.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
index c63a303c..d0618dbb 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -109,7 +109,7 @@
:footer-slipgate="footerRef"
/>
<Timeline
- v-if="isUs"
+ v-if="favoritesTabVisible"
key="favorites"
:label="$t('user_card.favorites')"
:disabled="!favorites.visibleStatuses.length"
@@ -117,6 +117,7 @@
:title="$t('user_card.favorites')"
timeline-name="favorites"
:timeline="favorites"
+ :user-id="userId"
:in-profile="true"
:footer-slipgate="footerRef"
/>