[MM-14192] Render hyperlinks in Message Attachment title (#2617)

This commit is contained in:
kosgrz 2019-03-07 15:12:33 +01:00 committed by Harrison Healey
parent e1e1e7cf53
commit 727465140f

View file

@ -60,7 +60,8 @@ export default class AttachmentTitle extends PureComponent {
navigator={navigator}
theme={theme}
value={value}
baseTextStyle={[style.title, Boolean(link) && style.link]}
baseTextStyle={style.title}
textStyles={{link: style.link}}
/>
);
}