lib/chiya_web/components/public_components.ex aktualisiert

This commit is contained in:
inhji 2023-07-29 18:50:05 +02:00
parent 6329eaacf2
commit a458dd1749

View file

@ -156,7 +156,7 @@ defmodule ChiyaWeb.PublicComponents do
<%= if not Enum.empty?(note.tags) do %>
<footer class="mt-2">
<.tags note={note}>
<.tags note={note} />
</footer>
<% end %>
</a>