diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-16 17:37:18 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-16 17:37:18 -0600 |
commit | 11c861d2d368ab59d8e65b216c1551729fc140ad (patch) | |
tree | c6fab176dbf2c558a90b6f0dfc72a7f1c2fa6214 /src/view/com/post-thread/PostThreadItem.tsx | |
parent | dac9bc24d13946b6264f1f24b2a64210f9350d6e (diff) | |
download | voidsky-11c861d2d368ab59d8e65b216c1551729fc140ad.tar.zst |
Remove the avi from the compose prompt
Diffstat (limited to 'src/view/com/post-thread/PostThreadItem.tsx')
-rw-r--r-- | src/view/com/post-thread/PostThreadItem.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx index ec05f320f..1764dc140 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -237,7 +237,7 @@ export const PostThreadItem = observer(function PostThreadItem({ </View> </View> <ComposePrompt - noAvi + isReply text="Write your reply" btn="Reply" onPressCompose={onPressReply} |