Update snapshots
This commit is contained in:
parent
da7f954996
commit
1d40c3ba7e
File diff suppressed because it is too large
Load Diff
|
@ -49,7 +49,7 @@ const Attachments = React.memo(
|
|||
);
|
||||
}
|
||||
if (file.actions && file.actions.length > 0) {
|
||||
return <AttachedActions key={file} attachment={file} theme={theme} />;
|
||||
return <AttachedActions attachment={file} theme={theme} />;
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
|
@ -38,6 +38,7 @@ const BaseItem = ({ item, ...props }) => (
|
|||
}}
|
||||
onPress={() => alert('pressed')}
|
||||
{...props}
|
||||
thread
|
||||
/>
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue