Create skeleton infraction modal
This commit is contained in:
@ -11,7 +11,6 @@ export default function (props: {
|
||||
departments: string[];
|
||||
isOpen: boolean;
|
||||
onClose: () => void;
|
||||
onOpen: () => void;
|
||||
}) {
|
||||
return (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user