We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d414b2 commit cf701b0Copy full SHA for cf701b0
src/components/cards/challenge/RewardCertificate.tsx
@@ -8,7 +8,7 @@ import { ReactElement } from "react";
8
interface RewardCertificateProps {
9
rewards: Reward[];
10
isReward?: boolean;
11
- isChallengeCard:boolean;
+ isChallengeCard?:boolean;
12
}
13
14
/**
0 commit comments