diff --git a/src/App/ZoneInterface.purs b/src/App/ZoneInterface.purs index 2a8eb66..6e94df6 100644 --- a/src/App/ZoneInterface.purs +++ b/src/App/ZoneInterface.purs @@ -180,7 +180,7 @@ render state ] where sorted = Foldable.foldl (<>) [] - $ map (A.sortBy (comparing (_.domain))) + $ map (A.sortBy (comparing (_.id))) $ map NonEmpty.toArray $ A.groupAllBy (comparing (_.t)) state._srr