We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d93354 commit ed76acfCopy full SHA for ed76acf
Sources/App/Views/PackageController/GetRoute.Model+ext.swift
@@ -399,10 +399,6 @@ extension API.PackageController.GetRoute.Model {
399
}
400
401
func customCollectionsListItem() -> Node<HTML.ListContext> {
402
- @Dependency(\.environment) var environment
403
- guard environment.current() == .development
404
- else { return .empty }
405
-
406
guard customCollections.isEmpty == false
407
else { return .empty }
408
0 commit comments