From 88e397d197986c640db60efbe06cd480a723e731 Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Sun, 21 Apr 2024 11:07:26 -0500 Subject: [PATCH] include post ID in view post modal --- frontend/src/components/posts/ViewPostModal.jsx | 4 ++++ 1 file changed, 4 insertions(+) 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 }) => (