Skip to content

Commit

Permalink
chore: Fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ape-fede committed Feb 24, 2023
1 parent 833dc6b commit 54bb511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/widgets/WalletModal/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FC } from "react";
import { LegacySvgProps } from "../../components/Svg/types";
import { SvgProps } from "../../components/Svg/types";

export enum ConnectorNames {
Injected = "injected",
Expand All @@ -14,6 +14,6 @@ export type Login = (connectorId: ConnectorNames) => void;

export interface Config {
title: string;
icon: FC<LegacySvgProps>;
icon: FC<SvgProps>;
connectorId: ConnectorNames;
}

0 comments on commit 54bb511

Please sign in to comment.