Skip to content

Commit

Permalink
Add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Aug 30, 2023
1 parent d3385a6 commit 06af304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/ui/src/YBFeed/YBFeedComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export function FeedComponent() {
update()
})
.catch((e) => {
console.log(e)
message.error(e.message)
setAuthenticated(false)
})
Expand Down

0 comments on commit 06af304

Please sign in to comment.