remove nonsense

This commit is contained in:
vidvidvid
2021-10-18 10:11:46 +02:00
committed by Alec LaLonde
parent c04aa76814
commit 886fe226e2

View File

@@ -141,6 +141,6 @@ const getEditSectionBox = (
case BOX_TYPE.PLAYER_SKILLS:
return <SetupSkills isEdit onClose={onClose} />;
default:
return <SetupPlayerType isEdit onClose={onClose} />;
return <></>;
}
};