diff --git a/plugins/career/screen.js b/plugins/career/screen.js index ddbe463..2cc523d 100644 --- a/plugins/career/screen.js +++ b/plugins/career/screen.js @@ -252,7 +252,8 @@ if (typeof window.setViz === 'function') window.setViz(prev); } } catch (_) { /* ok */ } - _appliedManifestVenue = null; + // keep _appliedManifestVenue: pushCrowdManifest clears the crowd + // manifest precisely by seeing it is still set with no venue left refresh(); } }