implemented category drop down list and filtering

This commit was merged in pull request #38.
This commit is contained in:
victorAnumudu
2023-02-05 15:08:55 +01:00
parent 6f29a1f7e0
commit 6f8adf5aeb
3 changed files with 25 additions and 23 deletions
-1
View File
@@ -18,7 +18,6 @@ export default function Sidebar({ sidebar, action, logoutModalHandler }) {
try {
const res = await api.getUserReminders();
setUserReminders(res.data.reminders);
console.log("res", res);
} catch (error) {
console.log("Error from User Reminders", error);
}