forked from shibao/cannery
fix ammo type table not displaying class
This commit is contained in:
parent
4b6d0952f8
commit
a68a16bf06
@ -147,7 +147,7 @@ defmodule CanneryWeb.Components.AmmoTypeTableComponent do
|
|||||||
})
|
})
|
||||||
|> TableComponent.maybe_compose_columns(filtered_columns)
|
|> TableComponent.maybe_compose_columns(filtered_columns)
|
||||||
|> TableComponent.maybe_compose_columns(
|
|> TableComponent.maybe_compose_columns(
|
||||||
%{label: gettext("Class"), key: :type, type: :atom},
|
%{label: gettext("Class"), key: :class, type: :atom},
|
||||||
class in [:all, nil]
|
class in [:all, nil]
|
||||||
)
|
)
|
||||||
|> TableComponent.maybe_compose_columns(%{label: gettext("Name"), key: :name, type: :name})
|
|> TableComponent.maybe_compose_columns(%{label: gettext("Name"), key: :name, type: :name})
|
||||||
|
Loading…
Reference in New Issue
Block a user