Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Aug 30, 2023
1 parent 37153c5 commit 13433e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-web/src/components/shared/PriceEstimateTooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const PriceEstimateTooltip: React.FunctionComponent<Props> = ({ value, de
&nbsp; per month
</div>

<Box sx={{ fontSize: ".7rem", marginTop: ".5rem" }}>({`~${udenomToDenom(getAvgCostPerMonth(value))} ${denomData.label}/month`})</Box>
<Box sx={{ fontSize: ".7rem", marginTop: ".5rem" }}>({`~${udenomToDenom(getAvgCostPerMonth(value as number))} ${denomData?.label}/month`})</Box>
</Box>
}
>
Expand Down

0 comments on commit 13433e4

Please sign in to comment.