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