File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -141,13 +141,11 @@ export const Countdown = ({
141
141
* @param htmlId - An html `id` for the contest tile's wrapping div.
142
142
* @param variant - Style variant to be applied to rendered component.
143
143
* @param contestData - Information required for rendering a contest tile. For bug bounty tiles see `bountyData` prop.
144
- * @param isUserCertified - Boolean indicating certification status of logged in user. Required for viewing certain contests .
144
+ * @param bountyData - Information required for rendering a bounty tile. For contest tiles see `contestData` prop .
145
145
* @param sponsorImage - Image url for contest's sponsor.
146
146
* @param sponsorUrl - External url to the sponsor's page (Twitter, etc.).
147
147
* @param title - Title for the current contest.
148
148
* @param description - Description for the current contest.
149
- * @param startDate - Date string for the current contest's start date.
150
- * @param endDate - Date string for the current contest's end date.
151
149
*/
152
150
export const ContestTile : React . FC < ContestTileProps > = ( {
153
151
htmlId,
You can’t perform that action at this time.
0 commit comments