Fix edition

This commit is contained in:
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

View file

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