Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2026-03-17 17:23:34 -05:00
committed by GitHub
parent 523b3153a7
commit a1e516af2d
74 changed files with 1664 additions and 1653 deletions

View File

@@ -68,7 +68,7 @@ function HeaderInfoTitle({
i18n: LocalizerType;
isMe: boolean;
isSignalConversation: boolean;
headerRef: React.RefObject<HTMLDivElement>;
headerRef: React.RefObject<HTMLDivElement | null>;
}) {
if (isSignalConversation) {
return (
@@ -479,7 +479,7 @@ function HeaderContent({
conversation: MinimalConversation;
badge: BadgeType | null;
hasStories: HasStories | null;
headerRef: RefObject<HTMLDivElement>;
headerRef: RefObject<HTMLDivElement | null>;
i18n: LocalizerType;
theme: ThemeType;
isSignalConversation: boolean;