Hopefully last one
This commit is contained in:
@@ -139,7 +139,11 @@ export default function () {
|
||||
<Td>{item.metadata.created_at}</Td>
|
||||
<Td>{item.metadata.created_by}</Td>
|
||||
<Td>
|
||||
<Button>Remove</Button>
|
||||
<Button
|
||||
onClick={async () => await removeMod(item.metadata.id)}
|
||||
>
|
||||
Remove
|
||||
</Button>
|
||||
</Td>
|
||||
</Tr>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user