Skip to content

Commit 8ddf4aa

Browse files
committed
chore: update cypress * 8
1 parent 26a1914 commit 8ddf4aa

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 ?? false}
113+
disabled={!context?.livePreview}
114114
>
115115
<Root styles={ROOT_STYLES}>
116116
<GlobalStyles />

0 commit comments

Comments
 (0)