From 3eee2576694d005478d50e8fafbb52ffda16f781 Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Sat, 20 Apr 2024 21:50:46 -0500 Subject: [PATCH] frontend: show post reputation --- frontend/src/App.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index e863314..7708a44 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -417,6 +417,7 @@ function App() { ID Authors Sender + Reputation Actions @@ -437,6 +438,7 @@ function App() { {getAddressName(chainId, post.sender)} + {post.reputation.toString()}