Skip to content

Commit 76e90ff

Browse files
chore: lint
1 parent 58541e4 commit 76e90ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/meteor/client/views/room/composer/messageBox/MessageBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const MessageBox = ({
129129
});
130130
});
131131

132-
const { hasUploads, handleUploadFiles, isUploading, isProcessingUploads } = useFileUpload();
132+
const { hasUploads, isUploading, isProcessingUploads } = useFileUpload();
133133

134134
const handleSendMessage = useStableCallback(() => {
135135
if (isUploading || isProcessingUploads) {

0 commit comments

Comments
 (0)