Remove the avi from the compose prompt

This commit is contained in:
Paul Frazee
2023-01-16 17:37:18 -06:00
parent 33a4d2cbe5
commit 98c9a6ad32
3 changed files with 12 additions and 26 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ export const PostThreadItem = observer(function PostThreadItem({
</View>
</View>
<ComposePrompt
noAvi
isReply
text="Write your reply"
btn="Reply"
onPressCompose={onPressReply}