@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.
@@ -2075,11 +2075,7 @@ var Sidebar = function Sidebar(_ref) {
2075
2075
  });
2076
2076
  };
2077
2077
  var navigateToThemesScreen = function navigateToThemesScreen(themeId) {
2078
- setTheme(currentTheme);
2079
2078
  highlightTheme(isPresent(themeId) ? themeId : currentTheme === null || currentTheme === void 0 ? void 0 : currentTheme.id);
2080
- setThemeState({
2081
- previewingTheme: currentTheme
2082
- });
2083
2079
  history.push(buildUrl(buildPathname(routes.themes.index)));
2084
2080
  themeToEdit.current = null;
2085
2081
  };