mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-23 11:59:34 +08:00
chore(virtual-list): remove useless line (#2431)
This commit is contained in:
parent
a7df202724
commit
af88436258
@ -205,7 +205,6 @@ const FixedSizeGrid = createGrid({
|
||||
clearCache: true,
|
||||
|
||||
validateProps: ({ columnWidth, rowHeight }) => {
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
if (!isNumber(columnWidth)) {
|
||||
throwError(SCOPE, `
|
||||
@ -221,7 +220,6 @@ const FixedSizeGrid = createGrid({
|
||||
`)
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user