Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
namgold committed Sep 20, 2023
1 parent 719c08c commit edaba2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"i18n": "yarn i18n:extract && yarn i18n:compile",
"i18n:compile": "lingui compile",
"i18n:extract": "lingui extract",
"lint": "eslint \"./src/**/*.{ts,tsx}\"",
"lint": "eslint --ext ts,tsx src",
"start": "vite --mode production --host",
"start-adpr": "vite --mode adpr --host",
"start-dev": "vite --mode dev --host",
Expand Down
1 change: 1 addition & 0 deletions src/pages/Farm/ElasticFarmv2/components/ListView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ export const ListView = ({
{getTokenSymbolWithHardcode(chainId, farm.token1.wrapped.address, farm.token1.symbol)}
</Text>
</Link>

<FeeTag>FEE {(farm.pool.fee * 100) / ELASTIC_BASE_FEE_UNIT}%</FeeTag>

<Flex color={theme.subText} marginLeft="0.25rem">
Expand Down

0 comments on commit edaba2f

Please sign in to comment.