mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-24 15:12:01 +03:00
Remove hardcoded value.
This commit is contained in:
parent
08015f49b9
commit
ba517563f7
@ -239,7 +239,7 @@ routeToBranch route =
|
||||
, toRecordVariant
|
||||
((something
|
||||
++ [ ( optionalName ++ "__"
|
||||
, ( "section"
|
||||
, ( decapitalize optionalName
|
||||
, Elm.CodeGen.val "Nothing"
|
||||
)
|
||||
|> Just
|
||||
@ -252,7 +252,7 @@ routeToBranch route =
|
||||
)
|
||||
(something
|
||||
++ [ ( optionalName ++ "__"
|
||||
, ( "section"
|
||||
, ( decapitalize optionalName
|
||||
, Elm.CodeGen.val "Nothing"
|
||||
)
|
||||
|> Just
|
||||
|
Loading…
Reference in New Issue
Block a user