Fix reminders on storage location [SCI-11066]

This commit is contained in:
Anton 2024-09-20 11:41:08 +02:00
parent 656e386cdd
commit 5e2eda547b

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>