feat: show utc offset on profile
This commit is contained in:
parent
5cdadc6158
commit
26b32b40e2
3 changed files with 24 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
<OwnProfileNotice editLink="/settings/profile" />
|
||||
{/if}
|
||||
|
||||
<ProfileHeader name="@{data.user.username}" profile={data.user} />
|
||||
<ProfileHeader name="@{data.user.username}" profile={data.user} offset={data.user.utc_offset} />
|
||||
<ProfileFields profile={data.user} {allPreferences} />
|
||||
|
||||
{#if data.members.length > 0}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue