There was an error while loading. Please reload this page.
1 parent e40278b commit 7425192Copy full SHA for 7425192
packages/app/src/app/pages/Sandbox/index.tsx
@@ -16,7 +16,7 @@ interface Props {
16
export const Sandbox: React.FC<Props> = ({ showModalOnTop, match }) => {
17
const state = useAppState();
18
19
- if (match.params.id) {
+ if (match?.params.id) {
20
window.location.href = sandboxUrl({ id: match.params.id });
21
return null;
22
}
0 commit comments