mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
Merge pull request #1407 from Estebene/master
Fixed #1404 tags appearing to be active
This commit is contained in:
commit
fdef8f9efd
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ function refreshTagsSettingsSection() {
|
|||
tagsEl.append(`
|
||||
<div class="tag" id="${tag.id}">
|
||||
<div class="active" active="${tag.active}">
|
||||
<i class="fas fa-check-square"></i>
|
||||
<i class="fas fa-${tag.active ? "check-" : ""}square"></i>
|
||||
</div>
|
||||
<div class="title">${tag.name}</div>
|
||||
<div class="editButton"><i class="fas fa-pen"></i></div>
|
||||
|
|
Loading…
Reference in a new issue