Fix edition

pull/28217/head
Florian Duros 2022-12-05 16:17:25 +01:00
parent 5db885e337
commit be3a66b0e6
No known key found for this signature in database
GPG Key ID: 9700AA5870258A0B
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ export const Editor = memo(
onBlur={onBlur}
/>
</div>
{ rightComponent(selectPreviousSelection) }
{ rightComponent?.(selectPreviousSelection) }
</div>;
},
),