We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e874c commit b0caaf9Copy full SHA for b0caaf9
src/components/PollInfo.tsx
@@ -8,8 +8,6 @@ dayjs.extend(localizedFormat);
8
9
const PollInfo = (props: { poll: RocketMeetPollFromDB }): JSX.Element => {
10
const { poll } = props;
11
- console.log("lol");
12
- console.log(poll);
13
return (
14
<div className="justify-content-center">
15
<h1>{poll.title}</h1>
0 commit comments