Skip to content

Commit

Permalink
Update user.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzeTT authored Jul 21, 2024
1 parent b4ed5bf commit 6b0cd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/user.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function User() {
const { isOpen, onOpen, onClose } = useDisclosure()
const cancelRef = useRef(null)

const { isOpen: isOpenVip, onOpen: onOpenVip, onClose: onCloseVip } = useDisclosure()
const { isOpen: isOpenVip, onClose: onCloseVip } = useDisclosure()
// const vipBtnRef = useRef(null)

const [userId, setUserId] = useState('')
Expand Down

0 comments on commit 6b0cd34

Please sign in to comment.