diff --git a/lib/basket_web/components/core_components.ex b/lib/basket_web/components/core_components.ex index 5f63885..7a288b9 100644 --- a/lib/basket_web/components/core_components.ex +++ b/lib/basket_web/components/core_components.ex @@ -730,7 +730,7 @@ defmodule BasketWeb.CoreComponents do _ -> "" end else - IO.inspect("TODO:NOTAMAP OR NIL KEY: #{inspect(row)}") + Logger.error("Should be a map: #{row}") end end end