⬆️ Upgrade dependencies
This commit is contained in:
@ -25,7 +25,7 @@ export const EditableEmojiOrImageIcon = ({
|
||||
}: Props) => {
|
||||
return (
|
||||
<Popover isLazy>
|
||||
{({ onClose }) => (
|
||||
{({ onClose }: { onClose: () => void }) => (
|
||||
<>
|
||||
<Tooltip label="Change icon">
|
||||
<Flex
|
||||
|
Reference in New Issue
Block a user