moved key to outter tag for jobs item list
This commit is contained in:
@@ -29,7 +29,7 @@ export function ClockedinListItem({ setTmTicketJobIdRedux, ticket }) {
|
||||
);
|
||||
|
||||
return (
|
||||
<Card key={ticket.id} style={{ margin: 8 }}>
|
||||
<Card style={{ margin: 8 }}>
|
||||
<Card.Title
|
||||
title={`${
|
||||
ticket.job.ro_number || t("general.labels.na")
|
||||
|
||||
Reference in New Issue
Block a user