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:
@@ -32,7 +32,9 @@ function focusRef(el: HTMLElement | null) {
|
||||
}
|
||||
}
|
||||
|
||||
export function TapToViewNotAvailableModal(props: PropsType): JSX.Element {
|
||||
export function TapToViewNotAvailableModal(
|
||||
props: PropsType
|
||||
): React.JSX.Element {
|
||||
const { i18n, onClose, parameters, type } = props;
|
||||
|
||||
const footer = (
|
||||
|
||||
Reference in New Issue
Block a user