[components/type_table_component/chamber_size] Remove duplicate chamber_size field in visible component. Resolve #41

This commit is contained in:
Aaron Naden 2023-04-10 22:36:48 +01:00
parent 9835fe3f5e
commit da3900927d
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ defmodule CanneryWeb.Components.TypeTableComponent do
%{label: gettext("Unfired shell length"), key: :unfired_length, type: :string},
%{label: gettext("Brass height"), key: :brass_height, type: :string},
%{label: gettext("Chamber size"), key: :chamber_size, type: :string},
%{label: gettext("Chamber size"), key: :chamber_size, type: :string},
%{label: gettext("Grains"), key: :grains, type: :string},
%{label: gettext("Bullet type"), key: :bullet_type, type: :string},
%{