Skip to content

Commit

Permalink
lint free
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Jan 27, 2023
1 parent e6c10b6 commit 55cfef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/helpers/provider/masa-context.tsx
Expand Up @@ -20,7 +20,7 @@ export interface ArweaveConfig {
export interface MasaContextProviderProps extends MasaShape {
children: React.ReactNode;
company?: string;
environment?: "local" | "dev" | "test" | "stage" | "production";
environment?: 'local' | 'dev' | 'test' | 'stage' | 'production';
signer?: any;
noWallet?: boolean;
arweaveConfig?: ArweaveConfig;
Expand Down

0 comments on commit 55cfef7

Please sign in to comment.