@bigbinary/neeto-themes-frontend 3.1.0 → 3.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2096,11 +2096,7 @@ var Sidebar = function Sidebar(_ref) {
2096
2096
  });
2097
2097
  };
2098
2098
  var navigateToThemesScreen = function navigateToThemesScreen(themeId) {
2099
- setTheme(currentTheme);
2100
2099
  highlightTheme(neetoCist.isPresent(themeId) ? themeId : currentTheme === null || currentTheme === void 0 ? void 0 : currentTheme.id);
2101
- setThemeState({
2102
- previewingTheme: currentTheme
2103
- });
2104
2100
  history.push(utils$1.buildUrl(buildPathname(routes.themes.index)));
2105
2101
  themeToEdit.current = null;
2106
2102
  };