Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Oops I forgot to actually open the modal
  • Loading branch information
Regalijan authored and Regalijan committed Oct 24, 2023
1 parent 3b4c3cf commit f774d02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/routes/me.tsx
Expand Up @@ -216,6 +216,8 @@ export default function () {

break;
}

onOpen();
}

const { isOpen, onClose, onOpen } = useDisclosure();
Expand Down

0 comments on commit f774d02

Please sign in to comment.