File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 302302 <div class =" w-layout-grid gridcosts" >
303303 <div class =" textlightmode label02" >Gross profit</div >
304304 <div id =" costArbitrage" class =" textlightmode numbers" >
305- {grossProfit === 0 ? " Select a spread" : grossProfit .toFixed (5 ) + " $" }
305+ {grossProfit === 0
306+ ? " Select a spread"
307+ : grossProfit .toFixed (5 ) + " $" }
306308 </div >
307309 <div class =" textlightmode label02" >Flashloan Fee</div >
308310 <div id =" costFlashLoan" class =" textlightmode numbers" >
328330 >
329331 <div class =" columntitlebar profit" style =" padding-left: 0;" >
330332 <h2 id =" columnTitle" style =" font-size: 16px" >
331- Estimated Net Profit 🤑
333+ Estimated P&L 🤑
332334 </h2 >
333335 <div id =" differenceProfit" class =" textlightmode numbers big" >
334336 {estimatedProfit .toFixed (5 )} $
You can’t perform that action at this time.
0 commit comments