Fix types

This commit is contained in:
Florian Duros 2022-12-06 16:45:25 +01:00
parent 1bd560d350
commit bc001c2b88
No known key found for this signature in database
GPG key ID: 9700AA5870258A0B

View file

@ -75,8 +75,8 @@ describe('SendWysiwygComposer', () => {
});
const customRender = (
onChange = (_content: string) => void 0,
onSend = () => void 0,
onChange = (_content: string): void => void 0,
onSend = (): void => void 0,
disabled = false,
isRichTextEnabled = true,
placeholder?: string) => {