mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 21:22:30 +00:00
Fix V1 tags not showing badge correctly
This commit is contained in:
parent
d5cfd34bb7
commit
d9c19ccdc4
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
span.name {{tag.name}}
|
||||
span.subdued ({{tag.project_ids.length}})
|
||||
span.v1-badge(
|
||||
ng-if="tag.isShowingV1Projects",
|
||||
ng-if="tag.isV1",
|
||||
ng-cloak,
|
||||
aria-label=translate("v1_badge")
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue