mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-03 06:41:19 +01:00
Prepare for upgrade to React 19
Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
@@ -75,7 +75,7 @@ export function UnsupportedMessage({
|
||||
canProcessNow,
|
||||
contact,
|
||||
i18n,
|
||||
}: Props): JSX.Element {
|
||||
}: Props): React.JSX.Element {
|
||||
return (
|
||||
<SystemMessage
|
||||
icon={canProcessNow ? 'unsupported--can-process' : 'unsupported'}
|
||||
|
||||
Reference in New Issue
Block a user