🎨 Remove test components

This commit is contained in:
Manuel Ruwe
2022-12-10 17:03:48 +01:00
parent 4104311d58
commit be910ca62b
3 changed files with 2 additions and 28 deletions

View File

@@ -33,6 +33,8 @@ export const ChangePositionModal = ({
...previous,
services: [...previous.services.filter((x) => x.id === tileAsService.id), tileAsService],
}));
closeModal(id);
};
return (