Sort by price by default
This commit is contained in:
parent
7c1050a7c2
commit
144b1eb2ba
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ parseUrl =
|
|||
, ( "price", "price" )
|
||||
]
|
||||
)
|
||||
|> Url.Parser.Query.map (Maybe.withDefault "rarity")
|
||||
|> Url.Parser.Query.map (Maybe.withDefault "price")
|
||||
|
||||
inCollection =
|
||||
Url.Parser.Query.enum "in_collection"
|
||||
|
|
Loading…
Reference in a new issue