2
0

⬆️ Upgrade dependencies

This commit is contained in:
Baptiste Arnaud
2022-11-15 15:42:13 +01:00
parent 972094425a
commit 8ca9af4911
13 changed files with 2673 additions and 2254 deletions

View File

@ -25,7 +25,7 @@ export const EditableEmojiOrImageIcon = ({
}: Props) => {
return (
<Popover isLazy>
{({ onClose }) => (
{({ onClose }: { onClose: () => void }) => (
<>
<Tooltip label="Change icon">
<Flex