mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 08:43:48 +03:00
linter
This commit is contained in:
parent
9308982eaa
commit
8543aecda8
@ -18,7 +18,7 @@ export function Settings() {
|
|||||||
const categories = [
|
const categories = [
|
||||||
{ name: t("general"), component: SettingsGeneral },
|
{ name: t("general"), component: SettingsGeneral },
|
||||||
{ name: t("behavior"), component: SettingsBehavior },
|
{ name: t("behavior"), component: SettingsBehavior },
|
||||||
{name: "Real-Debrid", component: SettingsRealDebrid}
|
{ name: "Real-Debrid", component: SettingsRealDebrid },
|
||||||
];
|
];
|
||||||
|
|
||||||
const [currentCategoryIndex, setCurrentCategoryIndex] = useState(0);
|
const [currentCategoryIndex, setCurrentCategoryIndex] = useState(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user