Skip to content

Commit

Permalink
🐛 When searching by threat signature, show email and name column
Browse files Browse the repository at this point in the history
  • Loading branch information
foysalit committed Nov 8, 2024
1 parent fce2a24 commit c3f3065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/repositories/page-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export default function RepositoriesListPage() {

<RepositoriesTable
repos={repos}
showEmail={isEmailSearch(q)}
showEmail={isEmailSearch(q) || isSignatureSearch(q)}
onLoadMore={fetchNextPage}
showLoadMore={!!hasNextPage}
showEmptySearch={!q?.length && !repos.length}
Expand Down

0 comments on commit c3f3065

Please sign in to comment.