mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Prepare for upgrade to React 19
Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
@@ -17,7 +17,7 @@ export type PropsType = {
|
||||
i18n: LocalizerType;
|
||||
};
|
||||
|
||||
export function PaymentEventNotification(props: PropsType): JSX.Element {
|
||||
export function PaymentEventNotification(props: PropsType): React.JSX.Element {
|
||||
const { event, sender, conversation, i18n } = props;
|
||||
const message = getPaymentEventDescription(
|
||||
event,
|
||||
|
||||
Reference in New Issue
Block a user