Set keys on list elements
This commit is contained in:
@@ -91,7 +91,7 @@ export default function (props: { isOpen: boolean; onClose: () => void }) {
|
||||
</Thead>
|
||||
<Tbody>
|
||||
{entries.map((entry) => (
|
||||
<Tr>
|
||||
<Tr key={`appealban_${entry.user}`}>
|
||||
<Td>{entry.user}</Td>
|
||||
<Td>{entry.created_by}</Td>
|
||||
<Td>{new Date(entry.created_at).toUTCString()}</Td>
|
||||
|
||||
Reference in New Issue
Block a user