Skip to content

Commit 1188de3

Browse files
committed
fix: remove redundant text selector
1 parent bed4bb3 commit 1188de3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package/src/components/MessageInput/components/CommandInput.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export type CommandInputProps = Partial<
2323
};
2424
const textComposerStateSelector = (state: TextComposerState) => ({
2525
command: state.command,
26-
text: state.text,
2726
});
2827

2928
export const CommandInput = ({

0 commit comments

Comments
 (0)