fix: disable scroll on zap popup open
This commit is contained in:
parent
4bd7c77c05
commit
4214fe127f
@ -1,6 +1,6 @@
|
||||
import { ZapSplit } from 'components/Zap'
|
||||
import { RelayController } from 'controllers'
|
||||
import { useAppSelector, useDidMount } from 'hooks'
|
||||
import { useAppSelector, useBodyScrollDisable, useDidMount } from 'hooks'
|
||||
import { useState } from 'react'
|
||||
import { toast } from 'react-toastify'
|
||||
import { ModDetails } from 'types'
|
||||
@ -18,6 +18,8 @@ export const Zap = ({ modDetails }: ZapProps) => {
|
||||
|
||||
const [totalZappedAmount, setTotalZappedAmount] = useState(0)
|
||||
|
||||
useBodyScrollDisable(isOpen)
|
||||
|
||||
useDidMount(() => {
|
||||
RelayController.getInstance()
|
||||
.getTotalZapAmount(
|
||||
|
Loading…
Reference in New Issue
Block a user