Skip to content

Commit

Permalink
Fix all eslint issues!!
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain Jack Sparrow committed Jul 10, 2024
1 parent 680444b commit b44bb51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/LinksDropdown.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import classNames from "classnames";
import { useCallback, useEffect, useMemo, useState } from "react";
import { useTranslation } from "react-i18next";
import { To, useNavigate } from "react-router-dom";
import { useNavigate } from "react-router-dom";

import { base64ToBuffer, decryptData } from "@/backend/accounts/crypto";
import { UserAvatar } from "@/components/Avatar";
Expand Down
2 changes: 1 addition & 1 deletion src/pages/parts/settings/ConnectionsPart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { MwLink } from "@/components/text/Link";
import { AuthInputBox } from "@/components/text-inputs/AuthInputBox";
import { Divider } from "@/components/utils/Divider";
import { Heading1 } from "@/components/utils/Text";
import { SetupPart } from "@/pages/parts/settings/SetupPart";
// import { SetupPart } from "@/pages/parts/settings/SetupPart";

interface ProxyEditProps {
proxyUrls: string[] | null;
Expand Down

0 comments on commit b44bb51

Please sign in to comment.