Don't use streams for records on this day

This commit is contained in:
Claudio Ortolina
2025-11-26 18:50:35 +00:00
parent e17c5d05ad
commit 71f7a38fee
4 changed files with 13 additions and 27 deletions
@@ -510,7 +510,7 @@
<div class="bg-white dark:bg-zinc-800 rounded-md shadow-sm">
<.records_on_this_day
current_date={@current_date}
records={@streams.records_on_this_day}
records={@records_on_this_day}
record_show_path={fn record -> ~p"/collection/#{record}" end}
/>
</div>