[FIX] Lint not ignoring Markdown props (#3600)
This commit is contained in:
parent
e68485bccd
commit
dbf4a847f0
|
@ -89,8 +89,8 @@ const Item = ({ item, baseUrl, theme, useRealName, user, badgeColor, onPress, to
|
|||
<Text style={[styles.time, { color: themes[theme].auxiliaryText }]}>{time}</Text>
|
||||
</View>
|
||||
<View style={styles.messageContainer}>
|
||||
{/* @ts-ignore */}
|
||||
<Markdown
|
||||
// @ts-ignore
|
||||
msg={makeThreadName(item)}
|
||||
baseUrl={baseUrl}
|
||||
username={username!}
|
||||
|
|
Loading…
Reference in New Issue