refactor: remove redundant condition

This commit is contained in:
Hachi-R 2025-01-17 12:25:00 -03:00
parent 686ec61a99
commit c4f5d17b40

View File

@ -59,10 +59,6 @@ export default function Settings() {
return <SettingsAppearance />;
}
if (currentCategoryIndex === 4) {
return <SettingsAppearance />;
}
return <SettingsAccount />;
};