mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 20:03:25 +01:00
Prepare for upgrade to React 19
Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
@@ -20,7 +20,7 @@ export function AttachmentStatusIcon({
|
||||
attachment,
|
||||
isIncoming,
|
||||
children,
|
||||
}: PropsType): JSX.Element | null {
|
||||
}: PropsType): React.JSX.Element | null {
|
||||
const status = useAttachmentStatus(attachment);
|
||||
|
||||
if (status.state === 'NeedsDownload') {
|
||||
|
||||
Reference in New Issue
Block a user