Skip to content

Commit 791646e

Browse files
committed
Fix crash null is not an object (evaluating 'footerLayout.height')
1 parent dfb3eed commit 791646e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/SortableList.js

-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ export default class SortableList extends Component {
4848
*/
4949
_rowsLayouts = [];
5050

51-
_footerLayout = null;
52-
5351
_contentOffset = {x: 0, y: 0};
5452

5553
state = {

0 commit comments

Comments
 (0)