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