diff --git a/src/components/instantlaunches/InstantLaunchButtonWrapper.js b/src/components/instantlaunches/InstantLaunchButtonWrapper.js index c31280a0d..ac6e106cb 100644 --- a/src/components/instantlaunches/InstantLaunchButtonWrapper.js +++ b/src/components/instantlaunches/InstantLaunchButtonWrapper.js @@ -74,6 +74,8 @@ function InstantLaunchButtonWrapper(props) { window.open(`${getHost()}${ilUrl}`); setIlUrl(null); setOpen(false); + // reset the value so after it closes you can launch a second by reopening + setHasLaunched(false); if (autolaunch) { // go to the analysis landing, not keeping this page in browser history router.replace(landingUrl);