You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lots of reused code segments makes me think we can shove some parts of this into a react component on its own and pass the paper object and graded_files[paper.id] into the component.
Also I wonder what JS code convention is between the repeated gradedHrefData ? and a giant if {} block.
LGTM. Not tested on stage.
Lots of reused code segments makes me think we can shove some parts of this into a react component on its own and pass the
paper
object andgraded_files[paper.id]
into the component.Also I wonder what JS code convention is between the repeated gradedHrefData ? and a giant if {} block.
Originally posted by @erwang01 in #803 (review)
The text was updated successfully, but these errors were encountered: