Skip to content

Commit

Permalink
elm review
Browse files Browse the repository at this point in the history
  • Loading branch information
ccomb committed Oct 15, 2024
1 parent d8e18e8 commit 9da1f97
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Page/Explore/FoodProcesses.elm
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@ table _ { detailed, scope } =
Table.StringValue <|
.categories
>> List.map FoodProcess.categoryToLabel
>> List.intersperse ", "
>> String.concat
>> String.join ", "
, toCell =
.categories
>> List.map FoodProcess.categoryToLabel
>> List.intersperse ", "
>> String.concat
>> String.join ", "
>> text
}
, { label = "Nom technique"
Expand Down

0 comments on commit 9da1f97

Please sign in to comment.