We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c296fc commit 27fd349Copy full SHA for 27fd349
src/Components/dashboard/Dashboard.js
@@ -43,7 +43,7 @@ const mapStateToProps = (state) => {
43
export default compose(
44
connect(mapStateToProps),
45
firestoreConnect([
46
- {collection: 'projects'},
+ {collection: 'projects', orderBy: ['createdAt', 'desc'] },
47
{collection : 'notifications', limit:3, orderBy: ['time', 'desc']}
48
])
49
)(Dashboard)
0 commit comments