chore: format
This commit is contained in:
parent
7306e435c1
commit
b6bbd23e8a
1 changed files with 3 additions and 3 deletions
|
@ -357,7 +357,7 @@ onMounted(async () => {
|
|||
_meta.title = `${i18n.ts.messaging} · ${
|
||||
group.value != null
|
||||
? group.value.name
|
||||
: (user.value?.name || user.value?.username)
|
||||
: user.value?.name || user.value?.username
|
||||
}`;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue