Skip to content

Commit

Permalink
fix: remove dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhan-slurrp committed Aug 27, 2023
1 parent 2da54f5 commit 60e212e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api/src/hooks/useLandingCompany.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ const useLandingCompany = () => {
return {
...data.landing_company,
/** Short code of financial landing company */
financial_company_shotcode: financial_company?.shortcode,
financial_company_shortcode: financial_company?.shortcode,
/** Short code of gaming landing company */
gaming_company_shortcode: gaming_company?.shortcode,
/** Short code of virtual landing company */
virtual_company_shortcode: virtual_company,
};
}, [data?.landing_company, settings_data?.country_code]);
}, [data?.landing_company]);

return {
/** List of available landing companies */
Expand Down

0 comments on commit 60e212e

Please sign in to comment.