added spinner to advanced search

This commit is contained in:
2021-09-23 15:14:20 +01:00
parent 90e8bf9856
commit fb27d72ed3
20 changed files with 409 additions and 299 deletions
+5 -3
View File
@@ -183,9 +183,11 @@ const SearchResults = (props) => {
{t("search:searchresults-title-label")}
</h1>
<p className="govuk-body">
{t("search:searchresults-count-label", {
count: resultsArr.length,
})}
{resultsArr.length > 200
? t("search:searchresults-max-count-label")
: t("search:searchresults-count-label", {
count: resultsArr.length,
})}
.
{typeof searchString != "undefined" ? (
<>