Skip to content

Commit

Permalink
add liqudity update warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vnaysngh-mudrex committed Feb 19, 2024
1 parent 342af68 commit c48ebad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/AddLiquidity/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function AddLiquidity() {
// mint state
const { independentField, typedValue, startPriceTypedValue } = useV3MintState()

const [showWarning, setShowWarning] = useState(false)
const [showWarning, setShowWarning] = useState(true)
const [mintCallData, setMintCallData] = useState<Call[]>([])

const {
Expand Down

0 comments on commit c48ebad

Please sign in to comment.