Add API and UI to claim a member shelf

This commit is contained in:
2023-05-30 23:44:05 +00:00
parent 9ec850abfe
commit 9d6c2f8bb8
4 changed files with 114 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ function MemberInfo(props) {
</Button>
)
:
'None'
<>None <Link to='/claimshelf'>[claim]</Link></>
}
</Table.Cell>
</Table.Row>