We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82af940 commit 7fafb66Copy full SHA for 7fafb66
app/components/Occupied.tsx
@@ -86,7 +86,6 @@ const Occupied = React.memo(() => {
86
// Grab services and applications whenever the user changes
87
// v10: Runs once when Occupied is memoized, and subsequently when user is updated.
88
useEffect(() => {
89
- // console.log('Hi, inside Occupied.ts useEffect function.');
90
setServicesData([]);
91
getApplications();
92
}, [user]);
0 commit comments