include post ID in view post modal
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 30s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 30s
Details
This commit is contained in:
parent
e16bb4968f
commit
88e397d197
|
@ -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 }) => (
|
||||
|
|
Loading…
Reference in New Issue