diff --git a/src/showplanner/index.tsx b/src/showplanner/index.tsx index 271b573..959c5da 100644 --- a/src/showplanner/index.tsx +++ b/src/showplanner/index.tsx @@ -506,7 +506,7 @@ const Showplanner: React.FC<{ timeslotId: number }> = function({ timeslotId }) { isOpen={showWelcomeModal} close={() => setShowWelcomeModal(false)} /> - + setShowPisModal(false)} isOpen={showPisModal} /> );