Skip to content

Commit

Permalink
Add the link back to the custom collections.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveverwer authored and finestructure committed Dec 6, 2024
1 parent 9d93354 commit ed76acf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/App/Views/PackageController/GetRoute.Model+ext.swift
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,6 @@ extension API.PackageController.GetRoute.Model {
}

func customCollectionsListItem() -> Node<HTML.ListContext> {
@Dependency(\.environment) var environment
guard environment.current() == .development
else { return .empty }

guard customCollections.isEmpty == false
else { return .empty }

Expand Down

0 comments on commit ed76acf

Please sign in to comment.