Skip to content

Commit

Permalink
Format core components
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkonidas committed Aug 19, 2024
1 parent 37c241b commit 9dc09b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/plexus_web/components/core_components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,9 @@ defmodule PlexusWeb.CoreComponents do
id={@id}
phx-update={match?(%Phoenix.LiveView.LiveStream{}, @rows) && "stream"}
phx-viewport-top={match?(%Phoenix.LiveView.LiveStream{}, @rows) && assigns[:viewport_top]}
phx-viewport-bottom={match?(%Phoenix.LiveView.LiveStream{}, @rows) && assigns[:viewport_bottom]}
phx-viewport-bottom={
match?(%Phoenix.LiveView.LiveStream{}, @rows) && assigns[:viewport_bottom]
}
phx-page-loading
class="relative divide-y divide-zinc-100 border-t border-zinc-200 text-sm leading-6 text-zinc-700"
>
Expand Down

0 comments on commit 9dc09b1

Please sign in to comment.