[FIX] Lint not ignoring Markdown props (#3600)

This commit is contained in:
Diego Mello 2022-01-12 11:35:35 -03:00 committed by GitHub
parent e68485bccd
commit dbf4a847f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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!}