Previously, targetUser held the variable undefined, and the this.props.targetUser always held the constant string "view". With this refactor along with some upstream parent changes, this should fix the problem.
Later on, the backend should be edited to not accept the undefined data holder for targetUser.
Link to Issue
Previously, targetUser held the variable undefined, and the this.props.targetUser always held the constant string "view". With this refactor along with some upstream parent changes, this should fix the problem.
Later on, the backend should be edited to not accept the undefined data holder for targetUser.
Description of changes
Screenshot(s) or GIF(s) of changes