[MM-14192] Render hyperlinks in Message Attachment title (#2617)
This commit is contained in:
parent
e1e1e7cf53
commit
727465140f
1 changed files with 2 additions and 1 deletions
|
|
@ -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}}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue