mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-23 18:08:05 +01:00
React 19
Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user