diff options
| author | marcin mikołajczak <git@mkljczk.pl> | 2024-01-19 19:01:38 +0100 |
|---|---|---|
| committer | marcin mikołajczak <git@mkljczk.pl> | 2024-01-19 19:01:38 +0100 |
| commit | d28e48e9dcf163e4493bcfc3c65ec62a0b740c38 (patch) | |
| tree | e3cf789de6e010f653bf821db85465f01e4692eb /src/components/user_profile/user_profile.vue | |
| parent | f6d3a66a5b7bcbbecc72a66532866ee096c7752d (diff) | |
| parent | dbe9da0f09d9471e9a87e564bb18412f937b8542 (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.vue | 3 |
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" /> |
