Skip to content

Commit

Permalink
chore: address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MounirDhahri committed Oct 11, 2023
1 parent 5d9a5d0 commit d080ad2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ function getDomainMap(): Record<string, RouteMatcher[] | null> {
...params,
initialTab: "Insights",
})),
// addRoute("/artist/:artistID/artworks", "Artist", (params) => ({
// ...params,
// initialTab: "Insights",
// })),
addRoute("/artist/:artistID/artworks", "Artist", (params) => ({
...params,
initialTab: "Insights",
})),
addRoute("/artist/:artistID/shows", "ArtistShows"),

// Routes `/artist/:artistID/*` and `"/:profile_id_ignored/artist/:artistID"`
Expand Down

0 comments on commit d080ad2

Please sign in to comment.