There was an error while loading. Please reload this page.
1 parent d387c91 commit a75acaeCopy full SHA for a75acae
1 file changed
javascript/grid-ui/src/screens/Sessions/Sessions.tsx
@@ -82,7 +82,7 @@ class Sessions extends React.Component<SessionsProps, SessionsState> {
82
</ApolloConsumer>
83
)
84
}
85
- const {loading, error, data} = this.state;
+ const {loading, error, data} = this.state ?? {loading: false, error: "No connection to the Grid", data: []};
86
87
if (loading) {
88
return (
0 commit comments