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:
@@ -24,7 +24,7 @@ export function ScrollDownButton({
|
||||
count,
|
||||
onClick,
|
||||
i18n,
|
||||
}: ScrollDownButtonPropsType): JSX.Element {
|
||||
}: ScrollDownButtonPropsType): React.JSX.Element {
|
||||
const getClassName = getClassNamesFor('ScrollDownButton');
|
||||
|
||||
let badgeText: string | undefined;
|
||||
|
||||
Reference in New Issue
Block a user