Cannot read properties of undefined (reading 'reachGoal')
This commit is contained in:
@@ -9,8 +9,8 @@ export const NotEnoughPopup = ({onClose}: any) => {
|
||||
const [value, setValue] = useState('');
|
||||
const [sent, setSent] = useState(false);
|
||||
|
||||
return <Overlay>
|
||||
<Window>
|
||||
return <Overlay onClick={() => onClose()}>
|
||||
<Window onClick={event => event.stopPropagation()}>
|
||||
<CloseButton type="button" aria-label="Закрыть" onClick={() => onClose()}>
|
||||
×
|
||||
</CloseButton>
|
||||
|
||||
Reference in New Issue
Block a user