Skip to content

Commit f65db92

Browse files
authored
Merge pull request #170 from FlaminSarge/mv2
Merge conflict fix for lint changes for polmao
2 parents 09ef0e3 + 528914c commit f65db92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Hyperchat.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
// },
8484
// showtime: 5000,
8585
// };
86-
$: hasBanner = pinned || redirect || (summary && $showChatSummary);
86+
$: hasBanner = pinned ?? redirect ?? (summary && $showChatSummary);
8787
let div: HTMLElement;
8888
let isAtBottom = true;
8989
let truncateInterval: number;

0 commit comments

Comments
 (0)