Skip to content

Commit

Permalink
Merge pull request #3401 from CVEProject/tat-3394-cve-id
Browse files Browse the repository at this point in the history
#3394 show 'Other Results' if there are search results from /search e…
  • Loading branch information
athu-tran authored Jan 7, 2025
2 parents 8b370ee + 19a5736 commit 279ebe8
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 279ebe8

Please sign in to comment.