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.
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