Skip to content

Commit

Permalink
fix same chain name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoYhun committed Oct 17, 2023
1 parent 1cd2cdb commit 0c88d18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export default function DraggableNetworkButton({
dragTransition={{ bounceStiffness: 500 }}
onDragStart={handleDragStart}
onDragEnd={handleDragEnd}
layoutId={networkInfo.route}
layoutId={networkInfo.chainId.toString() + networkInfo.route}
selected={selected}
animate={animateControls}
variants={variants}
Expand Down

0 comments on commit 0c88d18

Please sign in to comment.