diff --git a/src/components/Group/AddGroup.tsx b/src/components/Group/AddGroup.tsx index 3815d0d..cc3e487 100644 --- a/src/components/Group/AddGroup.tsx +++ b/src/components/Group/AddGroup.tsx @@ -223,7 +223,9 @@ export const AddGroup = ({ address, open, setOpen }) => { fullScreen open={open} onClose={handleClose} - TransitionComponent={Transition} + slots={{ + transition: Transition, + }} > { fullScreen open={open} onClose={handleClose} - TransitionComponent={Transition} + slots={{ + transition: Transition, + }} > diff --git a/src/components/UserLookup.tsx/UserLookup.tsx b/src/components/UserLookup.tsx/UserLookup.tsx index a805180..b58d616 100644 --- a/src/components/UserLookup.tsx/UserLookup.tsx +++ b/src/components/UserLookup.tsx/UserLookup.tsx @@ -29,7 +29,6 @@ import AccountCircleIcon from '@mui/icons-material/AccountCircle'; import { Spacer } from '../../common/Spacer'; import { formatTimestamp } from '../../utils/time'; import CloseFullscreenIcon from '@mui/icons-material/CloseFullscreen'; -import SearchIcon from '@mui/icons-material/Search'; import { executeEvent, subscribeToEvent, @@ -65,6 +64,7 @@ export const UserLookup = ({ isOpenDrawerLookup, setIsOpenDrawerLookup }) => { const [isLoadingUser, setIsLoadingUser] = useState(false); const [isLoadingPayments, setIsLoadingPayments] = useState(false); const [payments, setPayments] = useState([]); + const lookupFunc = useCallback( async (messageAddressOrName) => { try { @@ -481,6 +481,7 @@ export const UserLookup = ({ isOpenDrawerLookup, setIsOpenDrawerLookup }) => { /> )} + {!isLoadingPayments && addressInfo && (