mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 11:53:23 +01:00
Show ready-to-download documents in media gallery
This commit is contained in:
@@ -26,16 +26,6 @@ export function Default(args: PropsType): JSX.Element {
|
||||
);
|
||||
}
|
||||
|
||||
export function NoAttachment(args: PropsType): JSX.Element {
|
||||
return (
|
||||
<div style={{ backgroundColor: 'gray' }}>
|
||||
<AttachmentStatusIcon {...args} attachment={undefined}>
|
||||
🔥🔥
|
||||
</AttachmentStatusIcon>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export function NeedsDownload(args: PropsType): JSX.Element {
|
||||
return (
|
||||
<div style={{ backgroundColor: 'gray' }}>
|
||||
|
||||
Reference in New Issue
Block a user