🌁 Generalizing the card component Part 1

This commit is contained in:
2021-08-19 15:38:18 -07:00
parent 2184b20887
commit 7aa3db125b
5 changed files with 196 additions and 92 deletions

View File

@@ -56,6 +56,7 @@ const mapDispatchToProps = (dispatch) => ({
paginationOptions: {
page: 0,
limit: 5,
sort: { updatedAt: "-1" },
},
}),
);