Skip to content

Commit

Permalink
itemlist
Browse files Browse the repository at this point in the history
  • Loading branch information
KOYYADOONDYSAIVYSHNAVI committed Dec 10, 2024
1 parent 2c9e7ed commit 46643c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web_app/frontend/src/components/ItemList.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ const ItemList = () => {
}
});
} catch (error) {
//console.error('Error checking with watchlist:', error);
setMessage('Error checking with watchlist.');
console.error('Error checking with watchlist:', error);
//setMessage('Error checking with watchlist.');
}
};

Expand Down

0 comments on commit 46643c1

Please sign in to comment.