Skip to content

Commit

Permalink
fix(www): Fix Gatsby Showcase Details View (#21448)
Browse files Browse the repository at this point in the history
We were filtering only the featured sites from the showcase and it was breaking the showcase details view when someone tries to open a non-featured site from showcase. This change fixes it.
  • Loading branch information
tsriram committed Feb 14, 2020
1 parent f4bec78 commit 7260ea4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/src/components/showcase-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ function usePrevAndNextSite(item) {
query {
allSitesYaml(
filter: {
featured: { eq: true }
main_url: { ne: null }
fields: { hasScreenshot: { eq: true } }
}
Expand Down

0 comments on commit 7260ea4

Please sign in to comment.