chore: cleanup
This commit is contained in:
@@ -12,7 +12,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