mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-17 16:33:55 +00:00
linter
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user