Skip to content

Commit ed76acf

Browse files
daveverwerfinestructure
authored andcommitted
Add the link back to the custom collections.
1 parent 9d93354 commit ed76acf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/App/Views/PackageController/GetRoute.Model+ext.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,10 +399,6 @@ extension API.PackageController.GetRoute.Model {
399399
}
400400

401401
func customCollectionsListItem() -> Node<HTML.ListContext> {
402-
@Dependency(\.environment) var environment
403-
guard environment.current() == .development
404-
else { return .empty }
405-
406402
guard customCollections.isEmpty == false
407403
else { return .empty }
408404

0 commit comments

Comments
 (0)