diff --git a/client/src/App.jsx b/client/src/App.jsx index 31dac14..1fa59d3 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -429,8 +429,8 @@ function App() { {pool.params.bindingPercent.toString()} % - {`${pool.params.quorum[0].toString()} / ${pool.params.quorum[1].toString()}`} - {`${pool.params.winRatio[0].toString()} / ${pool.params.winRatio[1].toString()}`} + {`${pool.params.quorum[0].toString()}/${pool.params.quorum[1].toString()}`} + {`${pool.params.winRatio[0].toString()}/${pool.params.winRatio[1].toString()}`} {pool.params.redistributeLosingStakes.toString()} {pool.params.duration.toString()} {new Date(Number(pool.endTime) * 1000).toLocaleString()}