Skip to content

Commit 67295bf

Browse files
committed
style: prettier
1 parent f442959 commit 67295bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/components/src/link/link.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { EMPTY, Observable } from 'rxjs';
1212
<a
1313
*htLetAsync="this.navData$ as navData"
1414
class="ht-link"
15-
target="{{this.openInNewTab ? '_blank' : ''}}"
15+
target="{{ this.openInNewTab ? '_blank' : '' }}"
1616
rel="noopener noreferrer"
1717
[ngClass]="{ disabled: this.disabled || !navData }"
1818
[routerLink]="navData?.path"

0 commit comments

Comments
 (0)