Problem
Help Inbox messages show a raw internal string like rec:1323 which is meaningless to the user. This appears to be the recommendation ID leaking into the UI.
Steps to reproduce
- Go to Help Inbox
- See the text
rec:1323 below the mentee's message
Expected behavior
This field should either:
- Not be shown at all, or
- Be replaced with something readable like the issue title or repo name
Implementation notes
- The
rec:ID appears to be a tag/identifier stored on the help request
- Either strip it from the displayed message or resolve it to the issue title before rendering
- File:
src/app/(app)/help-inbox/page.tsx
Problem
Help Inbox messages show a raw internal string like
rec:1323which is meaningless to the user. This appears to be the recommendation ID leaking into the UI.Steps to reproduce
rec:1323below the mentee's messageExpected behavior
This field should either:
Implementation notes
rec:IDappears to be a tag/identifier stored on the help requestsrc/app/(app)/help-inbox/page.tsx