Skip to content

Commit

Permalink
warning flagged true
Browse files Browse the repository at this point in the history
  • Loading branch information
vnaysngh-mudrex committed Feb 19, 2024
1 parent 00ae88f commit d0f5656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion src/pages/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default function App() {
const { pathname } = location

const [scrollY, setScrollY] = useState(0)
const [showWarning, setShowWarning] = useState(false)
const [showWarning, setShowWarning] = useState(true)
const scrolledState = scrollY > 0
const routerConfig = useRouterConfig()

Expand Down

0 comments on commit d0f5656

Please sign in to comment.