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