Create skeleton infraction modal

This commit is contained in:
2023-10-19 16:49:33 -04:00
parent 8b18454af9
commit 1af74782f5
2 changed files with 21 additions and 1 deletions

View File

@ -11,7 +11,6 @@ export default function (props: {
departments: string[];
isOpen: boolean;
onClose: () => void;
onOpen: () => void;
}) {
return (
<>