From e8a53dcea84afc3b313037dbaf059c68121eb9ab Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 24 Oct 2024 20:41:50 +0100 Subject: Refactor post meta to return PostView (#5645) --- src/view/shell/Composer.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/view/shell/Composer.tsx') diff --git a/src/view/shell/Composer.tsx b/src/view/shell/Composer.tsx index 4a07cf9d9..4c357acc4 100644 --- a/src/view/shell/Composer.tsx +++ b/src/view/shell/Composer.tsx @@ -50,7 +50,6 @@ export function Composer({winHeight}: {winHeight: number}) { replyTo={state.replyTo} onPost={state.onPost} quote={state.quote} - quoteCount={state.quoteCount} mention={state.mention} text={state.text} imageUris={state.imageUris} -- cgit 1.4.1