mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
refactor: remove redundant condition
This commit is contained in:
parent
686ec61a99
commit
c4f5d17b40
1 changed files with 0 additions and 4 deletions
|
@ -59,10 +59,6 @@ export default function Settings() {
|
|||
return <SettingsAppearance />;
|
||||
}
|
||||
|
||||
if (currentCategoryIndex === 4) {
|
||||
return <SettingsAppearance />;
|
||||
}
|
||||
|
||||
return <SettingsAccount />;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue