chore: remove unwanted code
This commit is contained in:
@@ -13,7 +13,6 @@ interface ConfirmationBoxProps {
|
||||
onNo: () => void;
|
||||
}
|
||||
|
||||
// New component for the confirmation box inside the modal
|
||||
const ConfirmationBox = ({ selector, onYes, onNo }: ConfirmationBoxProps) => {
|
||||
return (
|
||||
<Box sx={{ textAlign: 'center' }}>
|
||||
|
||||
Reference in New Issue
Block a user