Skip to content

Railway Deployment #5d9502 fix: remove duplicate </p> in team page#54

Open
railway-app[bot] wants to merge 1 commit into
mainfrom
railway/fix-deploy-5d9502
Open

Railway Deployment #5d9502 fix: remove duplicate </p> in team page#54
railway-app[bot] wants to merge 1 commit into
mainfrom
railway/fix-deploy-5d9502

Conversation

@railway-app

@railway-app railway-app Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Problem

The Next.js Turbopack build fails with a JSX parse error in app/team/page.tsx because a recent commit introduced a duplicate </p> closing tag around the member.school element. The first </p> correctly closed the paragraph, but the original </p> at the old indentation level was left in place, making the JSX invalid.

Solution

Removed the orphaned </p> tag and re-indented the member.school paragraph element to match the surrounding code's tab depth (10 tabs, consistent with the adjacent member.position paragraph). This eliminates the JSX parse error and restores a valid component tree.

Changes

  • Modified app/team/page.tsx

Context

  • Deployment: #5d9502
  • Failed commit: 937a942

Generated by Railway

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.

0 participants