Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: remove loss percent as done through strapi
Browse files Browse the repository at this point in the history
  • Loading branch information
agrim-deriv committed Jul 11, 2024
1 parent e268642 commit 2e04854
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export const MainFooter = () => {
<Text className={`text-solid-slate-600 ${region !== 'eu' && !is_cpa_plan ? 'additional-warning-classname' : ''}`} size="sm">
<Localize
translate_text={warn_text}
values={{ loss_percent: 'some_value' }}
/>
</Text>
)}
Expand Down

0 comments on commit 2e04854

Please sign in to comment.