mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 16:08:34 +01:00
Prepare for upgrade to React 19
Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
@@ -13,7 +13,9 @@ export type Props = {
|
||||
expireTimer: DurationInSeconds;
|
||||
};
|
||||
|
||||
export function UniversalTimerNotification(props: Props): JSX.Element | null {
|
||||
export function UniversalTimerNotification(
|
||||
props: Props
|
||||
): React.JSX.Element | null {
|
||||
const { i18n, expireTimer } = props;
|
||||
|
||||
if (!expireTimer) {
|
||||
|
||||
Reference in New Issue
Block a user