Skip to content

Commit

Permalink
Removed duplicate column
Browse files Browse the repository at this point in the history
  • Loading branch information
ccomb committed Sep 12, 2024
1 parent 774faf3 commit a57ae1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Page/Explore/FoodProcesses.elm
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ table _ { detailed, scope } =
, toValue = Table.StringValue <| .source
, toCell = .source >> text
}
, { label = "Identifiant source"
, toValue = Table.StringValue <| .identifier >> FoodProcess.identifierToString
, toCell = \process -> code [] [ text (FoodProcess.identifierToString process.identifier) ]
}
, { label = "Unité"
, toValue = Table.StringValue <| .unit
, toCell = .unit >> text
Expand Down

0 comments on commit a57ae1d

Please sign in to comment.