mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
feat: remove timezone and creation date from public systems
This commit is contained in:
parent
61fb53b94b
commit
327d2b8aa5
1 changed files with 2 additions and 2 deletions
|
|
@ -39,12 +39,12 @@
|
|||
<b>Tag:</b> {user.tag}
|
||||
</Col>
|
||||
{/if}
|
||||
{#if user.created}
|
||||
{#if user.created && !isPublic}
|
||||
<Col xs={12} lg={4} class="mb-2">
|
||||
<b>Created:</b> {created}
|
||||
</Col>
|
||||
{/if}
|
||||
{#if user.timezone}
|
||||
{#if user.timezone && !isPublic}
|
||||
<Col xs={12} lg={4} class="mb-2">
|
||||
<b>Timezone:</b> {user.timezone}
|
||||
</Col>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue