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 a9d0bd1 commit de99f13Copy full SHA for de99f13
cypress/support/e2e.ts
@@ -14,7 +14,7 @@
14
// ***********************************************************
15
16
// Import commands.js using ES2015 syntax:
17
-import './commands'
+import './commands';
18
19
// Alternatively you can use CommonJS syntax:
20
-// require('./commands')
+// require('./commands')
src/pages/Dashboard.tsx
@@ -179,7 +179,6 @@ const Dashboard = () => {
179
};
180
181
const getSocketPath = () => {
182
- console.log(directory, selectedNetwork);
183
if (!directory || !selectedNetwork) {
184
return;
185
}
0 commit comments