Skip to content

Commit 4b78eb3

Browse files
committed
more lint fix
1 parent e6e2344 commit 4b78eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/tooltip/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ class Tooltip extends React.Component {
220220
position={this.props.position}
221221
variant="tooltip"
222222
containerProps={{
223-
id: this.getId()
223+
id: this.getId(),
224224
}}
225225
>
226226
{this.getTooltipContent()}

0 commit comments

Comments
 (0)