new battle ui
All checks were successful
Build and Deploy / Build & Push Image (push) Successful in 14s
All checks were successful
Build and Deploy / Build & Push Image (push) Successful in 14s
This commit is contained in:
@@ -217,7 +217,7 @@ defmodule CobblemonUiWeb.DashboardLive do
|
||||
</div>
|
||||
|
||||
<%!-- Active battle --%>
|
||||
<.battle_panel :if={@battle} battle={@battle} player_id={@selected_player} />
|
||||
<.battle_panel :if={@battle} battle={@battle} player_id={@selected_player} tier_list={@tier_list} />
|
||||
|
||||
<%!-- View mode tabs --%>
|
||||
<div class="flex items-center gap-1 mb-5 p-1 rounded-lg bg-base-200/40 w-fit">
|
||||
|
||||
Reference in New Issue
Block a user