Skip to content

Commit

Permalink
Update src/components/Playbooks/Runs/Actions/PlaybookRunsApprovalActi…
Browse files Browse the repository at this point in the history
…onItem.tsx

Co-authored-by: Moshe Immerman <[email protected]>
  • Loading branch information
mainawycliffe and moshloop authored Oct 31, 2024
1 parent 11823f4 commit 9feaa24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function PlaybookRunsApprovalActionItem({
>
<div className="flex flex-col">
<div className="flex flex-row items-center gap-2 text-sm text-gray-600">
<FaCheckCircle className="text-green-500" />
< BsCheck2Circle className="text-green-500" />

Check failure on line 26 in src/components/Playbooks/Runs/Actions/PlaybookRunsApprovalActionItem.tsx

View workflow job for this annotation

GitHub Actions / eslint

'BsCheck2Circle' is not defined
Approval
</div>
<div className={`flex flex-row items-center gap-1 text-xs`}></div>
Expand Down

0 comments on commit 9feaa24

Please sign in to comment.