aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile
diff options
context:
space:
mode:
authormarcin mikołajczak <git@mkljczk.pl>2024-04-15 23:54:13 +0200
committermarcin mikołajczak <git@mkljczk.pl>2024-04-15 23:54:46 +0200
commit1ceffb4e713b4b20d70121fba92d2b50f2d3cadf (patch)
tree6da0cf40dfa0b18a694c26f0ad09369b78b39cbe /src/components/user_profile
parent39269c4829d9f779204b3b5954b3af6d2b9f3582 (diff)
Fix fetching favorites for own profile
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'src/components/user_profile')
-rw-r--r--src/components/user_profile/user_profile.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
index 921c87ea..1ec12d0c 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -127,7 +127,7 @@
:title="$t('user_card.favorites')"
timeline-name="favorites"
:timeline="favorites"
- :user-id="userId"
+ :user-id="isUs ? undefined : userId"
:in-profile="true"
:footer-slipgate="footerRef"
/>