Skip to content

Commit

Permalink
removes extra parentheses showing after do/don't tables (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
egoens authored Feb 17, 2023
1 parent 585569d commit e69bce0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions www/src/components/dodont/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,12 @@ export function DoDontTable({ examples, headerText, description }: DoDontPropTyp
</td>
</tr>
))}
(
{description ? (
<tr>
<td>{description[0]}</td>
<td>{description[1]}</td>
</tr>
) : null}
)
</tbody>
</table>
);
Expand Down

0 comments on commit e69bce0

Please sign in to comment.