Skip to content

Fix(reviewer-name): added null check if reviewer is anonymous

Pankaj Kandpal requested to merge fix/hide-reviewer-name-bug into main

Issue addressed #1347 (closed)

If the reviewer was set to anonymous, the backend returns user object as null, while in client, we were accessing user ID and username for the null value. This MR contains the fix for optional values if user object is null.

Merge request reports