Skip to content

Commit

Permalink
fix tsc
Browse files Browse the repository at this point in the history
Fixed TSC
  • Loading branch information
Alex Risch authored and Alex Risch committed May 30, 2024
1 parent ea938e3 commit e23cedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ConversationInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ interface ConversationInputProps {
currentAddress?: string;
id?: string;
replyMessage?: DecodedMessage<SupportedContentTypes>;
clearReply: () => void;
clearReply?: () => void;
}

export const ConversationInput: FC<ConversationInputProps> = ({
Expand Down

0 comments on commit e23cedf

Please sign in to comment.