diff --git a/frontend/src/app/pages/MainPage/pages/SchedulePage/EditorPage/index.tsx b/frontend/src/app/pages/MainPage/pages/SchedulePage/EditorPage/index.tsx index 1fa8367caccd6bd5014d175fc43a30163c2da50f..5ee755e657c16a668f6cd319a057f93ff0c7521d 100644 --- a/frontend/src/app/pages/MainPage/pages/SchedulePage/EditorPage/index.tsx +++ b/frontend/src/app/pages/MainPage/pages/SchedulePage/EditorPage/index.tsx @@ -253,20 +253,33 @@ export const EditorPage: FC = () => { - ) : ( + ) : ( isAdd ? ( + + + + ) : ( <> - + {!isAdd && ( { )} ) + ) } />