fixes many problems related to user profile

This commit is contained in:
Henry Jameson 2018-12-20 07:54:55 +03:00
parent b65ac128c1
commit b7962a224c
2 changed files with 10 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<template>
<div>
<div v-if="user" class="user-profile panel panel-default">
<div v-if="user.id" class="user-profile panel panel-default">
<user-card-content :user="user" :switcher="true" :selected="timeline.viewing"></user-card-content>
<tab-switcher>
<Timeline :label="$t('user_card.statuses')" :embedded="true" :title="$t('user_profile.timeline_title')" :timeline="timeline" :timeline-name="'user'" :user-id="userId"/>