Commented Speaking from level for the time being

This commit is contained in:
Carlos-Mesquita
2024-11-12 14:34:40 +00:00
parent 1cc068db3e
commit 36c3bb4392

View File

@@ -211,6 +211,7 @@ const LevelSettings: React.FC = () => {
/> />
</Dropdown> </Dropdown>
</div > </div >
{/*
<div> <div>
<Dropdown title="Add Speaking Exercises" className={ <Dropdown title="Add Speaking Exercises" className={
clsx( clsx(
@@ -246,7 +247,7 @@ const LevelSettings: React.FC = () => {
/> />
</div> </div>
</Dropdown> </Dropdown>
{speakingExercise !== undefined && {speakingExercise !== undefined &&
<Dropdown title="Configure Speaking Exercise" className={ <Dropdown title="Configure Speaking Exercise" className={
clsx( clsx(
@@ -268,6 +269,7 @@ const LevelSettings: React.FC = () => {
} }
</Dropdown> </Dropdown>
</div> </div>
*/}
</SettingsEditor > </SettingsEditor >
); );
}; };