const HistoryModal = ({ isVisible, onClose, countries, dangerLevel, visaInfo }) => { if (!isVisible) return null; const handleClose = (e) => { if(e.target.id === 'wrapper') onClose(); } let historyList; if (visaInfo && visaInfo.length > 0) { historyList = visaInfo.map((event, index) => { return (