Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update NoteList params
  • Loading branch information
Tai Nguyen committed Jul 5, 2018
commit e54cd8f93efc3269b97a32b7254418f6597ae62e
2 changes: 1 addition & 1 deletion app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ export default class App extends Component {
{
mode === 0
? <NoteList noteList={noteList}
filterFavorite={filterFavorites}
filterFavoritesf={filterFavorites}
onStarPress={this.onStarPress}
setNoteModalIsOpen={this.setNoteModalIsOpen} />
: <DropboxNoteList ref='dropboxNoteList'
Expand Down