Skip to content

Commit

Permalink
Remove the December 2023 Theme Showcase survey (#85942)
Browse files Browse the repository at this point in the history
  • Loading branch information
Copons authored Jan 5, 2024
1 parent 0886889 commit 9939933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/my-sites/themes/theme-showcase.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import ActivationModal from 'calypso/my-sites/themes/activation-modal';
import { THEME_COLLECTIONS } from 'calypso/my-sites/themes/collections/collection-definitions';
import ShowcaseThemeCollection from 'calypso/my-sites/themes/collections/showcase-theme-collection';
import ThemeCollectionViewHeader from 'calypso/my-sites/themes/collections/theme-collection-view-header';
import ThemeShowcaseSurvey, { SurveyType } from 'calypso/my-sites/themes/survey';
import ThemeShowcaseSurvey from 'calypso/my-sites/themes/survey';
import ThanksModal from 'calypso/my-sites/themes/thanks-modal';
import { isUserLoggedIn } from 'calypso/state/current-user/selectors';
import getLastNonEditorRoute from 'calypso/state/selectors/get-last-non-editor-route';
Expand Down Expand Up @@ -609,7 +609,7 @@ class ThemeShowcase extends Component {
/>
{ isLoggedIn && (
<ThemeShowcaseSurvey
survey={ SurveyType.DECEMBER_2023 }
survey={ null }
condition={ () => lastNonEditorRoute.includes( 'theme/' ) }
/>
) }
Expand Down

0 comments on commit 9939933

Please sign in to comment.