Skip to content

Commit

Permalink
Merge branch 'hotfix/2.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloglacial committed Jul 9, 2021
2 parents 169e6d1 + bda58e9 commit 38fe775
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions components/Blocks/Image/Image.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ const ImageCore = (props) => {
const { id, align } = props.attrs;
const { data: image, isLoading, isError } = useApi(`/api/media/${id}`);

console.log(props.innerHTML);

if (isLoading) return 'loading ...';
if (isError) return 'Error!';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brinca-2020",
"version": "2.5.0",
"version": "2.5.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

1 comment on commit 38fe775

@vercel
Copy link

@vercel vercel bot commented on 38fe775 Jul 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.