update siddhesh

This commit is contained in:
2024-11-05 17:56:39 +05:30
parent 8428b3495e
commit 2edae877c0
2 changed files with 7 additions and 2 deletions

View File

@@ -24,11 +24,10 @@ const AmountCard = () => {
const { colorMode} = useColorMode();
const [ kpDetails, setKpDetails ] = useState(null)
const {
data,
isLoading,
} = useGetKPIDetailsQuery()
useEffect(() => {