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 8359a5d commit 96d5d67Copy full SHA for 96d5d67
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