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 = ({
141141 * @param htmlId - An html `id` for the contest tile's wrapping div.
142142 * @param variant - Style variant to be applied to rendered component.
143143 * @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 .
145145 * @param sponsorImage - Image url for contest's sponsor.
146146 * @param sponsorUrl - External url to the sponsor's page (Twitter, etc.).
147147 * @param title - Title for the current contest.
148148 * @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.
151149 */
152150export const ContestTile : React . FC < ContestTileProps > = ( {
153151 htmlId,
You can’t perform that action at this time.
0 commit comments