Skip to content

Commit

Permalink
fix: linted react-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenary committed Feb 3, 2025
1 parent 85fa97a commit ee98a7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/react-hook/src/lib/WalletSelectorProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ import { setupWalletSelector } from "@near-wallet-selector/core";
import type { WalletSelectorModal } from "@near-wallet-selector/modal-ui";
import { setupModal } from "@near-wallet-selector/modal-ui";

export type setupParams = WalletSelectorParams & { createAccessKeyFor?: string };
export type setupParams = WalletSelectorParams & {
createAccessKeyFor?: string;
};

export type WalletSelectorProviderValue = {
walletSelector: WalletSelector | null;
Expand Down

0 comments on commit ee98a7d

Please sign in to comment.