Skip to content

Commit

Permalink
chore: add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
y-young committed Mar 3, 2023
1 parent 281b71b commit 81c47ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/design/components/Topic/Comment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ const Comment: FC<CommentProps> = ({
if (response.status === 200) {
onCommentUpdate();
} else {
// TODO: 统一错误处理方式
console.error(response);
toast(response.data.message);
}
Expand Down

0 comments on commit 81c47ad

Please sign in to comment.