include post ID in view post modal
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 30s Details

This commit is contained in:
Ladd Hoffman 2024-04-21 11:07:26 -05:00
parent e16bb4968f
commit 88e397d197
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ function ViewPostModal({
</Modal.Title>
</Modal.Header>
<Modal.Body>
Post ID:
{' '}
{post.hash}
<hr />
<h5>Authors</h5>
<Stack>
{authors?.map(({ authorAddress, weightPPM }) => (