diff options
| author | marcin mikołajczak <me@mkljczk.pl> | 2024-01-14 06:23:30 +0000 |
|---|---|---|
| committer | marcin mikołajczak <me@mkljczk.pl> | 2024-01-14 06:23:30 +0000 |
| commit | dbe9da0f09d9471e9a87e564bb18412f937b8542 (patch) | |
| tree | 9e628be15bda940c59131da1d56024ba22cf7973 /src/components/user_profile/user_profile.vue | |
| parent | 6c4c8fe51f0e2c4ce55f5915a2bc5434aef5e5e7 (diff) | |
| parent | ae4e360157234a352f71c90e84b9861ee572472e (diff) | |
Merge branch 'develop' into 'quotes-count'
# Conflicts:
# src/services/api/api.service.js
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" /> |
