Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
orders recent photos by date added (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewxhill authored Apr 4, 2019
1 parent bf52e50 commit b1c67d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/Containers/WalletPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class TextileWalletPicker extends React.PureComponent {
const mapStateToProps = (state) => {
const defaultData = defaultThreadData(state)
const threadId = defaultData ? defaultData.id : undefined
const items = getSharedPhotos(state)
const items = getSharedPhotos(state, 'date')

const refreshing = defaultData ? defaultData.querying : false

Expand Down

0 comments on commit b1c67d8

Please sign in to comment.