Skip to content

Commit b556ddf

Browse files
committed
fix: Remove unnecessary class from notification list
1 parent 4a2b375 commit b556ddf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

projects/stream-chat-angular/src/lib/notification-list/notification-list.component.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<div
2-
class="str-chat str-chat__theme-{{
3-
theme$ | async
4-
}} str-chat__list-notifications"
2+
class="str-chat__theme-{{ theme$ | async }} str-chat__list-notifications"
53
[class.str-chat]="themeVersion === '2'"
64
data-testid="notification-list"
75
>

0 commit comments

Comments
 (0)