Stub out submit button
This commit is contained in:
@@ -293,6 +293,7 @@ let PostCtrls = ({
|
||||
repostCount={(post.repostCount ?? 0) + (post.quoteCount ?? 0)}
|
||||
onRepost={onRepost}
|
||||
onQuote={onQuote}
|
||||
onSubmit={onShare /* TODO */}
|
||||
big={big}
|
||||
embeddingDisabled={Boolean(post.viewer?.embeddingDisabled)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user