diff --git a/pages/dashboard/prospective.tsx b/pages/dashboard/prospective.tsx index 9ab62a8b..27930d65 100644 --- a/pages/dashboard/prospective.tsx +++ b/pages/dashboard/prospective.tsx @@ -124,18 +124,15 @@ const Prospective: NextPage = () => { xBorder={valIdx != 0} key={valIdx} className={`!py-3 - ${ - valIdx === 0 - ? 'sticky left-0 z-10 bg-th-bkg-2' - : '' - } - ${ - valIdx === 0 && - bankNames.includes(token[head]) - ? 'bg-lime-200' - : '' - } - `} + ${ + valIdx === 0 + ? 'sticky left-0 z-10 ' + + (bankNames.includes(token[head]) + ? 'bg-lime-200' + : 'bg-th-bkg-2') + : '' + } + `} >