mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
Fix unnecessary indent
This commit is contained in:
parent
246f1e0916
commit
fec88af3d3
@ -82,7 +82,7 @@ const splitObject = (obj: any, keys: string[]) => {
|
||||
};
|
||||
|
||||
class Tooltip extends React.Component<TooltipProps & React.HTMLAttributes<HTMLElement>, any> {
|
||||
static defaultProps = {
|
||||
static defaultProps = {
|
||||
placement: 'top' as TooltipPlacement,
|
||||
transitionName: 'zoom-big-fast',
|
||||
mouseEnterDelay: 0.1,
|
||||
|
Loading…
Reference in New Issue
Block a user