@@ -23,7 +23,7 @@ export const processMessage = (response: IWebSocketData) => {
/// #if MOBILE
window.location.reload();
/// #else
- if (response.data.dropCurrentLayout) {
+ if (response.data?.dropCurrentLayout) {
} else {
exportLayout(true);