Skip to content
Snippets Groups Projects
Commit c476193f authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

minor lint fixes

parent ca00e93b
No related branches found
No related tags found
2 merge requests!1105Update MASTER for 2.0.5 patch,!1091Refactor: make relationships separate from users
Pipeline #24780 passed
......@@ -6,7 +6,7 @@
class="panel panel-default signed-in"
>
<UserCard
:userId="user.id"
:user-id="user.id"
:hide-bio="true"
rounded="top"
/>
......
......@@ -5,7 +5,7 @@
class="user-profile panel panel-default"
>
<UserCard
:userId="user.id"
:user-id="userId"
:switcher="true"
:selected="timeline.viewing"
:allow-zooming-avatar="true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment