Merge pull request #7871 from aignatov-bio/ai-sci-11066-fix-reminders-for-storage-locations

Fix reminders on storage location [SCI-11066]
This commit is contained in:
aignatov-bio 2024-09-20 11:55:38 +02:00 committed by GitHub
commit 9a90ac15ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
<i class="sn-icon sn-icon-notifications "></i>
</template>
<template v-slot:flyout>
<ul v-html="reminders.html" class="list-none p-0 reminders-view-mode"></ul>
<ul v-if="reminders" v-html="reminders.html" class="list-none p-0 reminders-view-mode"></ul>
</template>
</GeneralDropdown>
</div>