Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: small bugs #159

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

fix: small bugs #159

wants to merge 6 commits into from

Conversation

Copy link

vercel bot commented Sep 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
oak-ai-lesson-assistant ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 25, 2024 10:01am

Copy link

sonarcloud bot commented Sep 25, 2024

Copy link

Playwright e2e tests

Job summary

Download report

To view traces locally, unzip the report and run:

npx playwright show-report ~/Downloads/playwright-report

@@ -41,7 +41,7 @@ export function sectionToMarkdown(
if (key.includes("cycle")) {
try {
const cycle = CycleOptionalSchema.parse(value);
const content = `## ${cycle.title ?? "…"}\n\n**${cycle.durationInMinutes ?? "…"} minutes**\n\n`;
const content = `## ${cycle.title ?? "…"}\n\n`;
Copy link
Collaborator

Choose a reason for hiding this comment

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

🫢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants