mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Prepare for upgrade to React 19
Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
@@ -19,7 +19,7 @@ export type PropsHousekeeping = {
|
||||
|
||||
export type Props = PropsData & PropsHousekeeping;
|
||||
|
||||
export function JoinedSignalNotification(props: Props): JSX.Element {
|
||||
export function JoinedSignalNotification(props: Props): React.JSX.Element {
|
||||
const { i18n, timestamp } = props;
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user