Stub out submit button

This commit is contained in:
Dan Abramov
2024-10-23 18:17:13 +01:00
parent de9903b379
commit 7a14f82b03
3 changed files with 57 additions and 0 deletions
@@ -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)}
/>