{props.name}
const conf = window.confirm(
`Are you sure you want to delete ${props.name}?`
);
if (conf) {
this.deleteContact(props.id);
}
}}
>
);
}
}
export default ContactRow;
Bahlsen GmbH & Co. KG30001 Hannover
