Fix semicolons

This commit is contained in:
Jorik Schellekens 2020-06-22 11:39:11 +01:00
parent 2294d23b32
commit 3d7427ccca
5 changed files with 16 additions and 16 deletions

View file

@ -53,9 +53,9 @@ interface IProps {
flagInvalid?: boolean;
// If specified, contents will appear as a tooltip on the element and
// validation feedback tooltips will be suppressed.
tooltipContent?: React.ReactNode,
tooltipContent?: React.ReactNode;
// If specified the tooltip will be shown regardless of feedback
forceTooltipVisible?: boolean,
forceTooltipVisible?: boolean;
// If specified alongside tooltipContent, the class name to apply to the
// tooltip itself.
tooltipClassName?: string;