Delete comma from popover
Summary: Looks like this got accidentally added here: https://our.intern.facebook.com/intern/diff/D18397950/ Reviewed By: mweststrate Differential Revision: D18779992 fbshipit-source-id: 7a61cda4a9a4287ebc56acb5d2b85fce8e3381e3
This commit is contained in:
committed by
Facebook Github Bot
parent
ef6a278eff
commit
8a616b2d88
@@ -104,7 +104,6 @@ export default class Popover extends PureComponent<Props> {
|
|||||||
opts={this.props.forceOpts || {}}>
|
opts={this.props.forceOpts || {}}>
|
||||||
{this.props.children}
|
{this.props.children}
|
||||||
</PopoverContainer>
|
</PopoverContainer>
|
||||||
,
|
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user