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 19c6e2d commit 6b5b157Copy full SHA for 6b5b157
components/dashboard/src/workspaces/Workspaces.tsx
@@ -132,7 +132,6 @@ const WorkspacesPage: FunctionComponent = () => {
132
const toggleGettingStarted = useCallback(
133
(show: boolean) => {
134
setShowGettingStarted(show);
135
- console.log("toggleGettingStarted", show);
136
137
mutateUser(
138
{
0 commit comments