A few bug fixes

This commit is contained in:
Scott Nonnenberg 2021-02-26 07:08:59 -08:00 committed by Josh Perez
parent 4b28fd896a
commit 2aa2aca9f2
6 changed files with 76 additions and 27 deletions

View file

@ -755,6 +755,23 @@ story.add('Other File Type with Caption', () => {
return renderBothDirections(props);
});
story.add('Other File Type with Long Filename', () => {
const props = createProps({
attachments: [
{
contentType: 'text/plain' as MIMEType,
fileName:
'INSERT-APP-NAME_INSERT-APP-APPLE-ID_AppStore_AppsGamesWatch.psd.zip',
url: 'a2/a2334324darewer4234',
},
],
status: 'sent',
text: 'This is what I have done.',
});
return renderBothDirections(props);
});
story.add('TapToView Image', () => {
const props = createProps({
attachments: [