keepid / keepid_client

Keep.id Client application built with TypeScript and React.js
Apache License 2.0
8 stars 4 forks source link

View document refactor #488

Closed danielsjoo closed 1 year ago

danielsjoo commented 1 year ago

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