diff --git a/src/components/Stats/PoolListItem/PoolListItem.tsx b/src/components/Stats/PoolListItem/PoolListItem.tsx index 8549ed056..75a700ddc 100644 --- a/src/components/Stats/PoolListItem/PoolListItem.tsx +++ b/src/components/Stats/PoolListItem/PoolListItem.tsx @@ -176,6 +176,10 @@ const PoolListItem: React.FC = ({ } }, [isSmd]) + useEffect(() => { + setShowInfo(false) + }, [itemNumber]) + const ActionsButtons = (