From 4906317b7ebdc665af368a6bfc09081541a21ffd Mon Sep 17 00:00:00 2001 From: Eric Nilsson Date: Mon, 5 Oct 2020 16:16:35 +0200 Subject: [PATCH] Added missing prop for workflowRunStatus in Cards.tsx --- plugins/github-actions/src/components/Cards/Cards.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/github-actions/src/components/Cards/Cards.tsx b/plugins/github-actions/src/components/Cards/Cards.tsx index 28783efdea..7e4d5f5fb6 100644 --- a/plugins/github-actions/src/components/Cards/Cards.tsx +++ b/plugins/github-actions/src/components/Cards/Cards.tsx @@ -60,7 +60,10 @@ const WidgetContent = ({ metadata={{ status: ( <> - + ), message: lastRun.message,