Skip to content

Commit 5b9068a

Browse files
committed
minor fix
1 parent ea0cf52 commit 5b9068a

File tree

1 file changed

+1
-1
lines changed
  • client/a8c-for-agencies/sections/overview/sidebar/agency-tier

1 file changed

+1
-1
lines changed

client/a8c-for-agencies/sections/overview/sidebar/agency-tier/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default function OverviewSidebarAgencyTier() {
4242
<AgencyTierProgressCard
4343
currentAgencyTierId={ currentAgencyTierId }
4444
influencedRevenue={ influencedRevenue ?? 0 }
45-
isEarlyAccess={ isEarlyAccess }
45+
isEarlyAccess={ !! isEarlyAccess }
4646
/>
4747
) : (
4848
<Card className="agency-tier__card">

0 commit comments

Comments
 (0)