[IMPROVE] - removing a wrong //TODO

This commit is contained in:
AlexAlexandre 2021-08-05 16:10:27 -03:00
parent 078c361efc
commit d63ee28275
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ const ImageContainer = React.memo(({file, imageUrl, showAttachment, getCustomEmo
<Button theme={theme} onPress={onPress}>
<View>
<MessageImage img={img} theme={theme} />
//TODO - fix the required fields for the Markdown
{/*@ts-ignore*/}
<Markdown msg={file.description} baseUrl={baseUrl} username={user.username} getCustomEmoji={getCustomEmoji} theme={theme} />
</View>