Goal
This will fix a bug in where the highlighting of the favorited icon gets out of sync between the job detail and applicant review pages
Context
Company users have the ability to favorite applications from any view where they see the list of applicants.
Currently, if you favorite an application and then click into a detailed applicant view, the previously favorited item does not reflect the favorited state. However, a refresh or navigating back to the previous page updates.
Notes
The firebase end of things work, but firebase is promise-based- so maybe its missing an await?
Definition of Done
Out of scope
Goal
This will fix a bug in where the highlighting of the favorited icon gets out of sync between the job detail and applicant review pages
Context
Company users have the ability to favorite applications from any view where they see the list of applicants.
Currently, if you favorite an application and then click into a detailed applicant view, the previously favorited item does not reflect the favorited state. However, a refresh or navigating back to the previous page updates.
Notes
The firebase end of things work, but firebase is promise-based- so maybe its missing an await?
Definition of Done
Out of scope