Commit 6567f18b authored by Ian Lapham's avatar Ian Lapham Committed by GitHub

update code formatting for prettier (#3571)

parent ee969732
......@@ -157,12 +157,7 @@ export function SummaryDialog({ trade, slippage, inputUSDC, outputUSDC, impact,
<Price trade={trade} />
</Heading>
<Column gap={open ? 0 : 0.75} style={{ transition: 'gap 0.25s' }}>
<Expando
title={<Subhead impact={impact} slippage={slippage} />}
open={open}
onExpand={onExpand}
height={7}
>
<Expando title={<Subhead impact={impact} slippage={slippage} />} open={open} onExpand={onExpand} height={7}>
<Details trade={trade} slippage={slippage} impact={impact} />
</Expando>
<Footing>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment