Skip to content

Commit

Permalink
Merge pull request #47 from obulat/trailing_slash
Browse files Browse the repository at this point in the history
Make sure filter tags and 'Back to search results' link are shown when necessary
  • Loading branch information
zackkrida authored Apr 29, 2021
2 parents 2b485ed + b389279 commit a7648ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<SearchGridForm @onSearchFormSubmit="onSearchFormSubmit" />
<SearchTypeTabs />
<FilterDisplay
v-if="$route.path === '/search' || $route.path === '/search/image'"
v-if="$route.path === '/search/' || $route.path === '/search/image'"
:query="query"
/>
<NuxtChild
Expand Down

0 comments on commit a7648ee

Please sign in to comment.