remove console.log form feed.js
This commit is contained in:
@@ -10,8 +10,6 @@ export default ({ data, limit }) => {
|
|||||||
.slice(0, limit || data.allBooksJson.edges.length)
|
.slice(0, limit || data.allBooksJson.edges.length)
|
||||||
.sort(compareFunctions[sortBy]);
|
.sort(compareFunctions[sortBy]);
|
||||||
|
|
||||||
console.log(getSortedBooks());
|
|
||||||
|
|
||||||
const handleSortByItemClick = (field) => {
|
const handleSortByItemClick = (field) => {
|
||||||
setSortBy(field);
|
setSortBy(field);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user