Skip to content

Commit

Permalink
Fix block not found card (#99)
Browse files Browse the repository at this point in the history
* Add word break

* Upgrade extended sdk
  • Loading branch information
selankon authored Aug 21, 2024
1 parent eeb658c commit 7e079f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Blocks/BlockCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const BlockErrorCard = ({ height, error }: { height: number; error: BlockError }
<Card>
<CardBody>
<Text fontWeight='bold'># {height}</Text>
{message}
<Text wordBreak='break-word'>{message}</Text>
</CardBody>
</Card>
)
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1977,9 +1977,9 @@
"@vocdoni/react-providers" "~0.4.4"

"@vocdoni/extended-sdk@^0.1.3":
version "0.1.4"
resolved "https://registry.yarnpkg.com/@vocdoni/extended-sdk/-/extended-sdk-0.1.4.tgz#e411ea85d08477a3abe71a9bccf9f52428753d8a"
integrity sha512-Mu9YA8uywq+GTx8TFnnhp84R/5gfVdE/o6xLy+Om0iIgdCgOk/sAchFx9RUOH3BkDJsr7DkTLHm/AFPAVVL/xg==
version "0.1.5"
resolved "https://registry.yarnpkg.com/@vocdoni/extended-sdk/-/extended-sdk-0.1.5.tgz#cc0dfc6f081c45591f396ad0f18aa2b1277cdf54"
integrity sha512-SA7OmkCK+ZVQ2yMXcTKNQ3cdZmib6YDPy/7FzOBjgpXoButE+v6aoxWgsMQn/2tN6MLmfDJvWq8tW2tPdnObxQ==

"@vocdoni/proto@1.15.8":
version "1.15.8"
Expand Down

2 comments on commit 7e079f3

@github-actions
Copy link

Choose a reason for hiding this comment

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

@github-actions
Copy link

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.