Skip to content

Commit

Permalink
Merge pull request #104 from hansmrtn/develop
Browse files Browse the repository at this point in the history
rm debug
  • Loading branch information
hmrtn authored Jan 13, 2022
2 parents aef1831 + 303d286 commit 0d894ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-app/src/routes/party/Party.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ export default function Party({
>
Back
</Button>
<Button
{/* <Button
size="lg"
variant="ghost"
onClick={() => {
showDebug ? setShowDebug(false) : setShowDebug(true);
}}
>
Debug
</Button>
</Button> */}
<Center p="5">
<Box borderWidth={"1px"} shadow="xl" rounded="md" p="10" w="4xl">
{showDebug && <p>{JSON.stringify(partyData)}</p>}
Expand Down

0 comments on commit 0d894ed

Please sign in to comment.