chore: reformat code
This commit is contained in:
parent
3d930aa73b
commit
aedabcbdee
509 changed files with 6030 additions and 4266 deletions
|
|
@ -177,16 +177,16 @@ const Header = memo(({ tree, user }) => {
|
|||
name: 'offset',
|
||||
enabled: true,
|
||||
options: {
|
||||
offset: ['100vw', '100vw']
|
||||
}
|
||||
offset: ['100vw', '100vw'],
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'preventOverflow',
|
||||
enabled: true,
|
||||
options: {
|
||||
rootBoundary: 'viewport'
|
||||
}
|
||||
}
|
||||
rootBoundary: 'viewport',
|
||||
},
|
||||
},
|
||||
]}>
|
||||
<NotificationCenter
|
||||
popperRef={popperRef}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue