user_profile_modal: Fix duplicate 'Last active' notice.

This fixes a regression in 16bd6e6b1d
that caused the user profile modal to display "Last active: Last active: ...".

I'm not convinced these are the best visuals, but the whole modal
needs a visual refresh.
This commit is contained in:
Tim Abbott 2021-06-11 07:58:11 -07:00
parent b080417960
commit 420500ab25
1 changed files with 1 additions and 4 deletions

View File

@ -32,10 +32,7 @@
<span class="name">{{#tr}}Role{{/tr}}</span> <span class="name">{{#tr}}Role{{/tr}}</span>
<span class="value">{{user_type}}</span> <span class="value">{{user_type}}</span>
</div> </div>
<div class="default-field">
<span class="name">{{#tr}}Last active{{/tr}}</span>
<span class="value">{{last_seen}}</span> <span class="value">{{last_seen}}</span>
</div>
{{#if user_time}} {{#if user_time}}
<div class="default-field"> <div class="default-field">
<span class="name">{{#tr}}Local time{{/tr}}</span> <span class="name">{{#tr}}Local time{{/tr}}</span>