Skip to content

Commit

Permalink
Merge pull request #170 from FlaminSarge/mv2
Browse files Browse the repository at this point in the history
Merge conflict fix for lint changes for polmao
  • Loading branch information
KentoNishi authored Feb 27, 2025
2 parents 09ef0e3 + 528914c commit f65db92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hyperchat.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
// },
// showtime: 5000,
// };
$: hasBanner = pinned || redirect || (summary && $showChatSummary);
$: hasBanner = pinned ?? redirect ?? (summary && $showChatSummary);
let div: HTMLElement;
let isAtBottom = true;
let truncateInterval: number;
Expand Down

0 comments on commit f65db92

Please sign in to comment.