diff --git a/frontend/src/components/posts/ViewPostModal.jsx b/frontend/src/components/posts/ViewPostModal.jsx index 6c6e2da..1d7793d 100644 --- a/frontend/src/components/posts/ViewPostModal.jsx +++ b/frontend/src/components/posts/ViewPostModal.jsx @@ -21,6 +21,10 @@ function ViewPostModal({ + Post ID: + {' '} + {post.hash} +
Authors
{authors?.map(({ authorAddress, weightPPM }) => (