mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
actually fix it
This commit is contained in:
parent
cc9458e544
commit
cf999507ec
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ elixir:
|
|||
= render PhilomenaWeb.UserAttributionView, "_user.html", object: c, badges: true, conn: @conn
|
||||
|
||||
.commission__listing__body_text
|
||||
- {min, max} = Enum.min_max(c.items, & &1.base_price)
|
||||
- {min, max} = Enum.min_max_by(c.items, & &1.base_price)
|
||||
|
||||
p
|
||||
strong> Price Range:
|
||||
|
|
Loading…
Reference in a new issue