fix bug with move ammo group component
This commit is contained in:
		| @@ -1,6 +1,7 @@ | |||||||
| # v0.3.1 | # v0.4.0 | ||||||
| - Add link to changelog from version number | - Add link to changelog from version number | ||||||
| - Fix some elements flashing with black background | - Fix some elements flashing with black background | ||||||
|  | - Fix bug with moving ammo group to new container | ||||||
|  |  | ||||||
| # v0.3.0 | # v0.3.0 | ||||||
| - Fix ammo type counts not showing when count is 0 | - Fix ammo type counts not showing when count is 0 | ||||||
|   | |||||||
| @@ -5,6 +5,7 @@ defmodule CanneryWeb.Components.MoveAmmoGroupComponent do | |||||||
|  |  | ||||||
|   use CanneryWeb, :live_component |   use CanneryWeb, :live_component | ||||||
|   alias Cannery.{Accounts.User, Ammo, Ammo.AmmoGroup, Containers} |   alias Cannery.{Accounts.User, Ammo, Ammo.AmmoGroup, Containers} | ||||||
|  |   alias CanneryWeb.Endpoint | ||||||
|   alias Phoenix.LiveView.Socket |   alias Phoenix.LiveView.Socket | ||||||
|  |  | ||||||
|   @impl true |   @impl true | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user