mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Prepare for upgrade to React 19
Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
@@ -17,7 +17,10 @@ export function getTooltipContent(i18n: LocalizerType): string {
|
||||
return i18n('icu:calling__in-another-call-tooltip');
|
||||
}
|
||||
|
||||
export function InAnotherCallTooltip({ i18n, children }: Props): JSX.Element {
|
||||
export function InAnotherCallTooltip({
|
||||
i18n,
|
||||
children,
|
||||
}: Props): React.JSX.Element {
|
||||
return (
|
||||
<Tooltip
|
||||
className="InAnotherCallTooltip"
|
||||
|
||||
Reference in New Issue
Block a user