lib/chiya_web/components/public_components.ex aktualisiert

This commit is contained in:
inhji 2023-07-29 18:39:50 +02:00
parent c0c27107f2
commit 3aa7426a8a

View file

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