mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 10:28:03 +01:00
Prepare for upgrade to React 19
Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
@@ -10,7 +10,7 @@ export type Props = {
|
||||
i18n: LocalizerType;
|
||||
};
|
||||
|
||||
export function ResetSessionNotification({ i18n }: Props): JSX.Element {
|
||||
export function ResetSessionNotification({ i18n }: Props): React.JSX.Element {
|
||||
return (
|
||||
<SystemMessage contents={i18n('icu:sessionEnded')} icon="session-refresh" />
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user