diff --git a/web/ui/src/YBFeed/YBFeedComponent.tsx b/web/ui/src/YBFeed/YBFeedComponent.tsx index e3e2d04..18425b2 100644 --- a/web/ui/src/YBFeed/YBFeedComponent.tsx +++ b/web/ui/src/YBFeed/YBFeedComponent.tsx @@ -121,6 +121,7 @@ export function FeedComponent() { update() }) .catch((e) => { + console.log(e) message.error(e.message) setAuthenticated(false) })