Leftovers from the previous commit
This commit is contained in:
@@ -42,7 +42,7 @@ const LevelSettings: React.FC = () => {
|
||||
);
|
||||
|
||||
const section = sections.find((section) => section.sectionId == focusedSection);
|
||||
if (section === undefined) return;
|
||||
if (section === undefined) return <></>;
|
||||
|
||||
const currentSection = section.state as LevelPart;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user