Fix display of notification area

This commit is contained in:
Eli Ribble 2026-03-14 20:04:10 +00:00
parent 70d3aef8b3
commit 9707e8793b
No known key found for this signature in database

View file

@ -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>