Skip to content

Commit

Permalink
#3394 show 'Other Results' if there are search results from /search e…
Browse files Browse the repository at this point in the history
…ndpoint
  • Loading branch information
athu-tran committed Jan 7, 2025
1 parent 03d38aa commit 19a5736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/CVERecord/SearchResults.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
</div>
</div>
<div id="cve-search-results-container" v-if="cveListSearchStore.totalSearchResultCount > 0">
<h3 class="title is-size-5 mb-2" v-if="hasIdData">Other Results</h3>
<p class="cve-help-text" v-if="hasRecordData || hasIdData">
<h3 class="title is-size-5 mb-2">Other Results</h3>
<p class="cve-help-text">
Includes all record(s) that reference this CVE ID.
</p>
<div class="mt-4 mb-2">
Expand Down

0 comments on commit 19a5736

Please sign in to comment.