time tracking

This commit is contained in:
2024-08-03 05:38:46 +03:00
parent 2ae47287a2
commit 8736fe475b
6 changed files with 1 additions and 10 deletions

View File

@@ -68,7 +68,6 @@ const ServiceWithPriceInput: FC<Props> = ({
serviceProps.onChange(service);
}, [service]);
useEffect(() => {
console.log('first render')
isFirstRender.current = false;
}, []);