swapr-dapp
swapr-dapp copied to clipboard
Delete FullPositionCard component
Fixing the automation tests I noticed that we have duplicate components
For example:
this is for Adding Liquidity button in
/Users/test/swapr-dapp/src/components/PositionCard/index.tsx
and this is also for Adding Liquidity button in
/Users/test/swapr-dapp/src/components/Pool/PairView/UserLiquidity/UserLiquidity.tsx
We should also check other elements such as Remove liquidity button, token0Deposited and token1Deposited.
Nice catch Milan. We should definitely uniform those. I think with storybook PR will do a clean up on UI components.