Skip to content

Commit

Permalink
add console votes
Browse files Browse the repository at this point in the history
  • Loading branch information
msy7822-ux committed May 24, 2023
1 parent 87d84c4 commit 6edf961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/kinma/components/client/results/votes/votes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ function sleep(
export const Votes = ({ votes, tehai, tsumo, isLoading, finish }: Props) => {
const [isOpenResult, setIsOpenResult] = useState(false);

console.log(votes);

const vote = getVoteCount(votes);

if (isLoading)
Expand Down
2 changes: 2 additions & 0 deletions src/app/kinma/components/server/nanikiru/nanikiru.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export const Nanikiru = async ({ situationId }: { situationId: string }) => {
.eq("situationId", situationId)
.order("created_at", { ascending: true });

console.log("votes", votes);

return (
<div className="flex flex-col gap-5">
{/* @ts-expect-error Server Component */}
Expand Down

1 comment on commit 6edf961

@vercel
Copy link

@vercel vercel bot commented on 6edf961 May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chot-nanikiru – ./

chot-nanikiru-git-main-msy7822-ux.vercel.app
chot-nanikiru-msy7822-ux.vercel.app
chot-nanikiru.vercel.app

Please sign in to comment.