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