Skip to content

Commit 3bd0095

Browse files
authored
fix: hide delete button from liked sandboxes (codesandbox#3836)
1 parent e00e5d4 commit 3bd0095

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Profile/Sandboxes

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Profile/Sandboxes/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { useOvermind } from 'app/overmind';
88
import { NavButton, Navigation, Notice } from './elements';
99
import { NoSandboxes } from './NoSandboxes';
1010

11-
const noop = () => undefined;
11+
const noop = null;
1212
const PER_PAGE_COUNT = 15;
1313

1414
type Props = {

0 commit comments

Comments
 (0)