Skip to content

Commit

Permalink
Merge pull request #466 from AuScope/AUS-4322
Browse files Browse the repository at this point in the history
AUS-4322 Fix for blank map popup bug
  • Loading branch information
stuartwoodman authored Dec 12, 2024
2 parents 942f33b + d25e454 commit 38fe32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/modalwindow/querier/querier.modal.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h4 class="alert-heading">Feature Information</h4>
text-overflow: ellipsis;
">{{selectedFeature}}</span>
</button>
<button *ngIf="docs.length > 1 || htmls.length > 1" type="button"
<button *ngIf="docs.length + htmls.length > 1" type="button"
class="btn btn-primary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
<span class="sr-only">Toggle Dropdown</span>
Expand Down

0 comments on commit 38fe32d

Please sign in to comment.