[IMPROVE] - removing a wrong //TODO
This commit is contained in:
parent
078c361efc
commit
d63ee28275
|
@ -69,7 +69,6 @@ const ImageContainer = React.memo(({file, imageUrl, showAttachment, getCustomEmo
|
||||||
<Button theme={theme} onPress={onPress}>
|
<Button theme={theme} onPress={onPress}>
|
||||||
<View>
|
<View>
|
||||||
<MessageImage img={img} theme={theme} />
|
<MessageImage img={img} theme={theme} />
|
||||||
//TODO - fix the required fields for the Markdown
|
|
||||||
{/*@ts-ignore*/}
|
{/*@ts-ignore*/}
|
||||||
<Markdown msg={file.description} baseUrl={baseUrl} username={user.username} getCustomEmoji={getCustomEmoji} theme={theme} />
|
<Markdown msg={file.description} baseUrl={baseUrl} username={user.username} getCustomEmoji={getCustomEmoji} theme={theme} />
|
||||||
</View>
|
</View>
|
||||||
|
|
Loading…
Reference in New Issue