Skip to content

Commit 4a6b7f9

Browse files
committed
chore: resolve conflicts
1 parent 7c6013b commit 4a6b7f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package/src/components/MessageInput/InputButtons.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export const InputButtonsWithContext = (props: InputButtonsWithContextProps) =>
5555
const shouldShowMoreOptions = !!text || !!attachments.length;
5656

5757
useEffect(() => {
58-
console.log('shouldShowMoreOptions', shouldShowMoreOptions);
5958
setShowMoreOptions(!shouldShowMoreOptions);
6059
}, [shouldShowMoreOptions]);
6160

0 commit comments

Comments
 (0)