Nick Taylor
Nick Taylor
Thanks for the update!
@isabensusan had some ideas, but nothing concrete for the loading state. This is an easy lift once we have the asset.
There are failures because of linting/prettier. ``` ./components/organisms/UserSettingsPage/user-settings-page.tsx 284:30 Error: Replace `·=·` with `=` prettier/prettier 2[91](https://github.com/open-sauced/app/actions/runs/7821446623/job/21339420324?pr=2615#step:6:92):1 Error: Replace `+················{bio?.length}/255⏎+` with `················+·{bio?.length}/255·+{"·"}⏎·` prettier/prettier ``` run `npm lint -- --fix` to fix...
Going to open this one up to external contributors.
If they updated it today after you visited the page, the page will be cached for two hours. Check a bit later to see if it's still an issue.
Hmm, if it has a description it should render in the OG image. I'll take a peek at this once some Lunch week stuff settles down.
Debugging this, and the API returns an empty string for the description. 
Looking at the repo though (should have done this first 😅 ), there is no description.  MiddlewareHQ/middleware definitely has a description though. Taking a...
Hmmm, debugging and MiddlewareHQ/middleware's description appears. Maybe there was a bug fix for this? 
On beta it's all good.  On production it's missing.  Any bug fixes related to description for repo pages...