diff --git a/package.json b/package.json
index 2ea943687d..b89d25bbf3 100644
--- a/package.json
+++ b/package.json
@@ -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",
diff --git a/src/pages/Farm/ElasticFarmv2/components/ListView.tsx b/src/pages/Farm/ElasticFarmv2/components/ListView.tsx
index 158587f2fd..8335109fdb 100644
--- a/src/pages/Farm/ElasticFarmv2/components/ListView.tsx
+++ b/src/pages/Farm/ElasticFarmv2/components/ListView.tsx
@@ -172,6 +172,7 @@ export const ListView = ({
{getTokenSymbolWithHardcode(chainId, farm.token1.wrapped.address, farm.token1.symbol)}
+
FEE {(farm.pool.fee * 100) / ELASTIC_BASE_FEE_UNIT}%