Skip to content

Commit

Permalink
Update libs/openchallenges/ui/src/lib/challenge-card/challenge-card.c…
Browse files Browse the repository at this point in the history
…omponent.ts

Co-authored-by: Thomas Schaffter <[email protected]>
  • Loading branch information
vpchung and tschaffter authored Nov 3, 2023
1 parent 79a3a92 commit 71bf2c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class ChallengeCardComponent implements OnInit {
)}`;
}
} catch (error: unknown) {
console.log(e);
console.log(error);
}
}
}
Expand Down

0 comments on commit 71bf2c6

Please sign in to comment.