Browse Source

Initialize itemsList to an empty array

all-modes
petitPapillon 8 years ago
parent
commit
b11c955cc9
  1. 2
      react/src/components/dashboard/walletsData/walletsData.js

2
react/src/components/dashboard/walletsData/walletsData.js

@ -41,7 +41,7 @@ class WalletsData extends React.Component {
basiliskActionsMenu: false,
itemsPerPage: 10,
activePage: 1,
itemsList: null,
itemsList: [],
currentAddress: null,
addressSelectorOpen: false,
currentStackLength: 0,

Loading…
Cancel
Save