Merge branch 'reminder_category_dropdown_victor' of MyFit/users-myfit into master
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user