/booking truncate event name for mobile
This commit is contained in:
parent
2d36b5d229
commit
927d7a4bb0
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export default function Settings() {
|
||||||
const newPasswordRef = useRef<HTMLInputElement>();
|
const newPasswordRef = useRef<HTMLInputElement>();
|
||||||
|
|
||||||
if (loading) {
|
if (loading) {
|
||||||
return <Loader/>;
|
return <Loader />;
|
||||||
}
|
}
|
||||||
|
|
||||||
const closeSuccessModal = () => {
|
const closeSuccessModal = () => {
|
||||||
|
|
Loading…
Reference in a new issue