We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66fb60c commit e8f3fd2Copy full SHA for e8f3fd2
pages/submit-meeting-summary/index.tsx
@@ -520,8 +520,7 @@ const SubmitMeetingSummary: NextPage = () => {
520
const meetingDate = m.meetingInfo?.date || m.date.split("T")[0];
521
return meetingDate === newSummaryDate && m.username === myVariable.currentUser;
522
});
523
-
524
- console.log(myVariable, meetings, newSummaryDate)
+
525
return (
526
<div className={styles.container}>
527
{/* ---------- MODAL ---------- */}
0 commit comments