Fix display of notification area
This commit is contained in:
parent
70d3aef8b3
commit
9707e8793b
1 changed files with 2 additions and 2 deletions
|
|
@ -779,7 +779,7 @@
|
|||
|
||||
<!-- Message Reporter -->
|
||||
<template
|
||||
x-if="!(this.selectedCommunication?.public_report.reporter.has_email && this.selectedCommunication?.public_report.reporter.has_phone)"
|
||||
x-if="!(selectedCommunication?.public_report.reporter.has_email && selectedCommunication?.public_report.reporter.has_phone)"
|
||||
>
|
||||
<div class="mb-3">
|
||||
<h6>
|
||||
|
|
@ -789,7 +789,7 @@
|
|||
</div>
|
||||
</template>
|
||||
<template
|
||||
x-if="this.selectedCommunication?.public_report.reporter.has_email || this.selectedCommunication?.public_report.reporter.has_phone"
|
||||
x-if="selectedCommunication?.public_report.reporter.has_email || selectedCommunication?.public_report.reporter.has_phone"
|
||||
>
|
||||
<div class="mb-3">
|
||||
<h6><i class="bi bi-chat-dots"></i> Message Reporter</h6>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue