Fix report popup focusing on test ui (#2416)

This commit is contained in:
Bruce Berrios 2022-02-04 16:33:35 -05:00 committed by GitHub
parent a3fef55be4
commit bc427a6476
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ async function updateResults(searchText) {
<div class="icon-button report ${
isNotAuthed && "hidden"
}" aria-label="Report quote" data-balloon-pos="left">
<i class="fas fa-flag"></i>
<i class="fas fa-flag report"></i>
</div>
</div>
`);