mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-09 03:37:45 +03:00
refactor: remove redundant condition
This commit is contained in:
parent
686ec61a99
commit
c4f5d17b40
@ -59,10 +59,6 @@ export default function Settings() {
|
||||
return <SettingsAppearance />;
|
||||
}
|
||||
|
||||
if (currentCategoryIndex === 4) {
|
||||
return <SettingsAppearance />;
|
||||
}
|
||||
|
||||
return <SettingsAccount />;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user