add used filtering to container show page
This commit is contained in:
@@ -212,6 +212,7 @@ defmodule Cannery.Containers do
|
||||
container
|
||||
|> Repo.preload(:ammo_groups)
|
||||
|> Map.fetch!(:ammo_groups)
|
||||
|> Enum.reject(fn %{count: count} -> count == 0 end)
|
||||
|> Enum.count()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user