Skip to content

Commit

Permalink
fix: stuck icon on header button
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiresviana committed Mar 10, 2021
1 parent 81b6f4d commit 6a734c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/utils/buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ function loading (button) {
return
}

if (el.innerHTML == 'autorenew' || el.innerHTML == 'done') {
return
}

el.dataset.icon = el.innerHTML
el.style.opacity = 0

Expand Down

0 comments on commit 6a734c0

Please sign in to comment.