Skip to content

Commit

Permalink
fix: blog post error toast #687
Browse files Browse the repository at this point in the history
fixed
  • Loading branch information
jasurobo committed Dec 13, 2021
1 parent cd9c036 commit fb613e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion component/layout/BlogPost/BlogPost.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export default function BlogPost(props) {
try {
if (props.userId) {
const response = await PostService.getVotesType(props.blog.id);
console.log('e', response)
if (response.data != null) {
setVoteType(response?.data?.vote_kind);
}
Expand Down

0 comments on commit fb613e3

Please sign in to comment.