Remove the avi from the compose prompt

This commit is contained in:
Paul Frazee 2023-01-16 17:37:18 -06:00
parent dac9bc24d1
commit 11c861d2d3
3 changed files with 12 additions and 26 deletions

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}