mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 00:33:59 +00:00
refactor: remove redundant condition
This commit is contained in:
@@ -59,10 +59,6 @@ export default function Settings() {
|
||||
return <SettingsAppearance />;
|
||||
}
|
||||
|
||||
if (currentCategoryIndex === 4) {
|
||||
return <SettingsAppearance />;
|
||||
}
|
||||
|
||||
return <SettingsAccount />;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user