ashToronto / career_crafter_pro

A resume theming and career building web app
2 stars 1 forks source link

fixed nil error which was causing page crash on user dashboard for te… #162

Closed ashToronto closed 2 months ago

ashToronto commented 2 months ago

There was a page crash during beta testing - users complained that after creating a resume, they were seeing the error page. This happens because the previous commit added a line to check if social links existed with the .nil? check - if they didn't the intent was to hide that section. Instead whena user has no social links, it failed and crashed page instead.

Root cause:

-> Templates were updated