fix: hide details when no status or no repliers (#359)
parent
a1b3bd6db9
commit
8e47deb0e1
|
@ -11,7 +11,7 @@ const withAccounts = $computed(() =>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<article flex flex-col gap-2>
|
<article v-if="conversation.lastStatus" flex flex-col gap-2>
|
||||||
<div absolute flex gap-2 text-sm text-secondary font-bold left-3 px2 pt2>
|
<div absolute flex gap-2 text-sm text-secondary font-bold left-3 px2 pt2>
|
||||||
<p mr-1>
|
<p mr-1>
|
||||||
{{ $t('conversation.with') }}
|
{{ $t('conversation.with') }}
|
||||||
|
|
Loading…
Reference in New Issue