Skip to content

Commit 7cc68f8

Browse files
committed
chore: format
1 parent f2299ff commit 7cc68f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
@for (lang of translate.getLangs(); track lang) {
2-
<button
3-
(click)="translate.use(lang)"
4-
[class.active]="translate.getCurrentLang() === lang"
5-
>
2+
<button (click)="translate.use(lang)" [class.active]="translate.getCurrentLang() === lang">
63
{{ lang }}
74
</button>
85
}

0 commit comments

Comments
 (0)