mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Fixes
This commit is contained in:
@@ -506,7 +506,7 @@
|
||||
export default {
|
||||
name: 'NewInstanceDialog',
|
||||
components: { InviteDialog },
|
||||
inject: ['API', 'userImage', 'userStatusClass', 'showLaunchDialog', 'adjustDialogZ'],
|
||||
inject: ['API', 'friends', 'userImage', 'userStatusClass', 'showLaunchDialog', 'adjustDialogZ'],
|
||||
props: {
|
||||
vipFriends: {
|
||||
type: Array,
|
||||
|
||||
@@ -939,9 +939,10 @@
|
||||
</template>
|
||||
<div class="detail">
|
||||
<span class="name">{{ t('dialog.user.info.last_activity') }}</span>
|
||||
<span class="extra">{{
|
||||
<span v-if="userDialog.ref.last_activity" class="extra">{{
|
||||
timeToText(Date.now() - Date.parse(userDialog.ref.last_activity))
|
||||
}}</span>
|
||||
<span v-else class="extra">-</span>
|
||||
</div>
|
||||
</el-tooltip>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user