frontend: show post reputation
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 32s Details

This commit is contained in:
Ladd Hoffman 2024-04-20 21:50:46 -05:00
parent b4da0ec6e5
commit 3eee257669
1 changed files with 2 additions and 0 deletions

View File

@ -417,6 +417,7 @@ function App() {
<th>ID</th>
<th>Authors</th>
<th>Sender</th>
<th>Reputation</th>
<th>Actions</th>
</tr>
</thead>
@ -437,6 +438,7 @@ function App() {
</Stack>
</td>
<td>{getAddressName(chainId, post.sender)}</td>
<td>{post.reputation.toString()}</td>
<td>
<Button onClick={() => handleShowViewPost(post)}>
View Post