Skip to content

Commit ea9b575

Browse files
committed
Added missing prop to documentation
1 parent 0a6b945 commit ea9b575

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib/ContestTile/ContestTile.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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
*/
152150
export const ContestTile: React.FC<ContestTileProps> = ({
153151
htmlId,

0 commit comments

Comments
 (0)