Skip to content

Commit

Permalink
Merge pull request #16 from politics-rewired/politics-rewired/say-awa…
Browse files Browse the repository at this point in the history
…iting-replies

change text to await replies and add a pollInterval into todo query
  • Loading branch information
bchrobot authored Feb 1, 2019
2 parents 135f1fe + 9832725 commit e5c51f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/containers/TexterTodoList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class TexterTodoList extends React.Component {
const empty = (
<div>
<Empty
title='You have nothing to do!'
title='Waiting for replies!'
icon={<Check />}
/>
<div style={{ display: 'flex', justifyContent: 'center', alignItems: 'center', marginTop: 50}}>
Expand Down Expand Up @@ -143,7 +143,8 @@ const mapQueriesToProps = ({ ownProps }) => ({
isOptedOut: false,
validTimezone: true
}
}
},
pollInterval: 10000
}
})

Expand Down

0 comments on commit e5c51f2

Please sign in to comment.