Remove additional references to rethink

This commit is contained in:
Joey Payne 2016-03-06 08:54:38 -07:00
commit c9b324c68b

View file

@ -43,10 +43,6 @@ class App extends React.Component {
}
entriesTapped = () => {
r.table('notes').getAll('jyapayne@gmail.com', {index: 'account_id'}).run().then(
function(notes){
}
)
};
handleRequestClose = () => {