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 e00e5d4 commit 3bd0095Copy full SHA for 3bd0095
packages/app/src/app/pages/Profile/Sandboxes/index.tsx
@@ -8,7 +8,7 @@ import { useOvermind } from 'app/overmind';
8
import { NavButton, Navigation, Notice } from './elements';
9
import { NoSandboxes } from './NoSandboxes';
10
11
-const noop = () => undefined;
+const noop = null;
12
const PER_PAGE_COUNT = 15;
13
14
type Props = {
0 commit comments