Skip to content

Commit

Permalink
feat: add router-based onboarding flow, user menu
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswhong authored and b5 committed Aug 28, 2019
1 parent 3b44ba9 commit cfcad2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Dataset.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default class Dataset extends React.Component<DatasetProps> {

componentDidMount () {
// poll for status
setInterval(() => { this.props.fetchWorkingStatus() }, 5000)
// setInterval(() => { this.props.fetchWorkingStatus() }, 5000)
const { selections, workingDataset } = this.props
const { activeTab, isLinked } = selections
if (activeTab === 'status' && !isLinked) {
Expand Down

0 comments on commit cfcad2d

Please sign in to comment.