Commit 661005f
committed
Remove conditional when rendering search tabs
** Why are these changes being introduced:
Currently, if the initial DOM rendering is done in a condition where
there are no search results, the UI doesn't not include tabs to change
to a different set of results - which prevents the user from potentially
finding results that were initially excluded.
** Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/use-172
** How does this address that need:
This removes a conditional in the view logic that skipped tabs if there
were no results - thus ensuring that tabs are always rendered.
** Document any side effects to this change:
Hopefully none - need to confirm this with GeoData.1 parent 77970ca commit 661005f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
0 commit comments