mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-23 01:48:13 +01:00
Prepare for upgrade to React 19
Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
@@ -16,7 +16,7 @@ export type PropsType = Readonly<{
|
||||
|
||||
export const SmartUnsupportedOSDialog = memo(function SmartUnsupportedOSDialog(
|
||||
ownProps: PropsType
|
||||
): JSX.Element {
|
||||
): React.JSX.Element {
|
||||
const i18n = useSelector(getIntl);
|
||||
const expirationTimestamp = useSelector(getExpirationTimestamp);
|
||||
const osName = OS.getName();
|
||||
|
||||
Reference in New Issue
Block a user