Skip to content

Commit 26a1914

Browse files
committed
chore: update cypress * 7
1 parent beb76ad commit 26a1914

File tree

1 file changed

+1
-1
lines changed
  • packages/cubejs-playground/src

1 file changed

+1
-1
lines changed

packages/cubejs-playground/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class App extends Component<PropsWithChildren<RouteComponentProps>, AppState> {
110110

111111
return (
112112
<LivePreviewContextProvider
113-
disabled={context!.livePreview == null || !context!.livePreview}
113+
disabled={context?.livePreview == null ?? false}
114114
>
115115
<Root styles={ROOT_STYLES}>
116116
<GlobalStyles />

0 commit comments

Comments
 (0)