Skip to content

Commit

Permalink
MasaShape Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Nov 18, 2022
1 parent cb44ade commit 839296e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/helpers/provider/masa-context.tsx
Expand Up @@ -36,8 +36,8 @@ export interface MasaShape {
scope?: string[];
company?: string;
handleCreateCreditReport?: () => void;
creditReports: any[] | null;
loadCreditReports: () => void;
creditReports?: any[] | null;
loadCreditReports?: () => void;
}

export const MasaContextProvider = ({
Expand Down

0 comments on commit 839296e

Please sign in to comment.