Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zooniverse/diagnosislondon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b81fa7873f6f14ef6b2565fca4702aaaa97dc979
Choose a base ref
..
head repository: zooniverse/diagnosislondon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7592affe1cfb01cb027888b84bb715b2ec8083d3
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 app/classifier.cjsx
2 changes: 1 addition & 1 deletion app/classifier.cjsx
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ module.exports = React.createClass
@subjects.update {api, project, subject_set_id: subject_set?.id}
@classifications.update {api, project, workflow}

if newProps.user != @props.user || newProps.subject_set?.id != @props.subject_set?.id
if newProps.user != @props.user
@setState currentSubjects: [], =>
@subjects.flush()
@subjects.fetch()