Skip to content

Commit

Permalink
feat: 🔥 update financial disclosure
Browse files Browse the repository at this point in the history
  • Loading branch information
mitra-deriv committed Apr 29, 2024
1 parent 76d0c8c commit bff4669
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import useIsRowCpa from 'components/hooks/use-is-row-cpa'
const InvestmentEurope = () => {
const { is_region_loading } = useRegion()
const is_row_cpa = useIsRowCpa()
if(is_region_loading) return <InitialLoader/>
if (is_region_loading) return <InitialLoader />

if(!is_row_cpa) return null;
if (!is_row_cpa) return null

return (
<>
Expand Down Expand Up @@ -57,7 +57,7 @@ const InvestmentEurope = () => {
<>
<div className="justify-start">
<a
href="/regulatory/Financial_Disclosures_Annual_Report_2022.pdf"
href="/regulatory/Financial_Disclosures_Annual_Report_2023.pdf"
className="underline lg:!no-underline lg:hover:!underline text-typography-default inline text-base"
target="_blank"
rel="noopener noreferrer"
Expand Down

0 comments on commit bff4669

Please sign in to comment.