Skip to content

Commit

Permalink
Update apps/webservice/src/app/[workspaceSlug]/systems/[systemSlug]/d…
Browse files Browse the repository at this point in the history
…eployments/[deploymentSlug]/releases/[versionId]/PolicyApprovalRow.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Zachary Blasczyk <[email protected]>
  • Loading branch information
zacharyblasczyk and coderabbitai[bot] authored Oct 25, 2024
1 parent ad78ce4 commit 735713b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export const PolicyApprovalRow: React.FC<PolicyApprovalRowProps> = ({
userId: currentUserID!,
});

console.log("status", status);

const renderStatusContent = () => {
if (status === "pending") {
Expand Down

0 comments on commit 735713b

Please sign in to comment.