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