Replaced id: for id: run.id

This commit is contained in:
ebarrios
2020-09-23 17:33:19 +02:00
parent 631d59e5bd
commit 8a0113b4a7
@@ -43,7 +43,7 @@ export function useWorkflowRuns({ projectId }: { projectId: string }) {
// Transformation here
return workflowRunsData.builds.map(run => ({
message: run.substitutions.REPO_NAME,
id: `${run.id}`,
id: run.id,
onReRunClick: async () => {
try {
await api.reRunWorkflow({