Skip to content

Commit

Permalink
#293 #294 fix long report when 0 email found
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Sep 3, 2018
1 parent fd3a492 commit 10179b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thehive-templates/Hunterio_DomainSearch_1_0/long.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<h4 class="dl-horizontal">{{content.meta.results}} addresses found.</h4>


<div ng-if="content.data">
<div ng-if="content.data && content.data.emails.length > 0">

<h5>
Pattern : {{content.data.pattern}}
Expand Down

0 comments on commit 10179b0

Please sign in to comment.