/booking truncate event name for mobile

This commit is contained in:
Peer Richelsen 2021-08-03 11:09:21 +02:00
parent 2d36b5d229
commit 927d7a4bb0

View file

@ -16,7 +16,7 @@ export default function Settings() {
const newPasswordRef = useRef<HTMLInputElement>();
if (loading) {
return <Loader/>;
return <Loader />;
}
const closeSuccessModal = () => {