git ssb

1+

dinoworm ๐Ÿ› / catstack



Commit 0916604b0bb4c97ddb4ce9a2c17fb763ebd2e24d

add semicolon, apparently required when using class properties

Michael Williams committed on 1/10/2016, 4:46:55 AM
Parent: 9d686731c98362ae2b8b1b866c86eaae530c1798

Files changed

app/todos/containers/index.jschanged
app/todos/containers/index.jsView
@@ -8,9 +8,9 @@
88
99 class TodosContainer extends React.Component {
1010 static fetchData = (getState, dispatch, location, params) => {
1111 return dispatch(actions.find())
12- }
12+ };
1313
1414 render () {
1515 return <TodoList>
1616 {

Built with git-ssb-web