Skip to content

Commit

Permalink
Simple DOM filling fix on page mode
Browse files Browse the repository at this point in the history
  • Loading branch information
KaffinPX committed Jun 28, 2024
1 parent 5b60fa7 commit c8acc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Wallet/UTXOs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import useKaspa from "@/hooks/useKaspa"

export default function UTXOs () {
const { kaspa } = useKaspa()
const [ index, setIndex ] = useState(9)
const [ index, setIndex ] = useState(18)
const utxosRef = useRef<HTMLDivElement>(null)

useEffect(() => {
Expand Down

0 comments on commit c8acc82

Please sign in to comment.