Skip to content

Commit a86858d

Browse files
committed
fix linting issue
1 parent 3ea6dd1 commit a86858d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/app/layouts/header/web-header.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class="-tw-m-6 tw-mb-3 tw-flex tw-flex-col tw-p-6"
44
[ngClass]="{
55
'tw-border-0 tw-border-b tw-border-solid tw-border-secondary-300 tw-bg-background-alt tw-pb-0':
6-
tabsContainer.childElementCount !== 0
6+
tabsContainer.childElementCount !== 0,
77
}"
88
>
99
<div class="tw-flex">

0 commit comments

Comments
 (0)