slippage page fix

This commit is contained in:
Adrian Brzeziński 2023-12-31 16:56:37 +01:00
parent aedf82c798
commit 95b49ab0de
1 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ const RiskDashboard: NextPage = () => {
acc[val.symbol] =
Object.values(LISTING_PRESETS).find(
(x) =>
x.preset_target_amount ===
x.preset_target_amount <=
pisFiltred
.filter((pis) => pis.symbol === val.symbol)
.sort(
@ -140,7 +140,7 @@ const RiskDashboard: NextPage = () => {
},
{} as { [symbol: string]: string },
)
console.log(symbolToPresetName)
return (
<div className="grid grid-cols-12">
<div className="col-span-12 lg:col-span-8 lg:col-start-3">