Fix composer prompt
This commit is contained in:
@@ -190,11 +190,7 @@ export const ComposePost = observer(function ComposePost({
|
|||||||
|
|
||||||
const canPost = graphemeLength <= MAX_GRAPHEME_LENGTH
|
const canPost = graphemeLength <= MAX_GRAPHEME_LENGTH
|
||||||
|
|
||||||
const selectTextInputPlaceholder = replyTo
|
const selectTextInputPlaceholder = replyTo ? 'Write your reply' : "What's up?"
|
||||||
? 'Write your reply'
|
|
||||||
: gallery.isEmpty
|
|
||||||
? 'Write a comment'
|
|
||||||
: "What's up?"
|
|
||||||
|
|
||||||
const canSelectImages = gallery.size < 4
|
const canSelectImages = gallery.size < 4
|
||||||
const viewStyles = {
|
const viewStyles = {
|
||||||
|
|||||||
Reference in New Issue
Block a user