diff --git a/src/App.js b/src/App.js index a0f6ab7..df4dc73 100644 --- a/src/App.js +++ b/src/App.js @@ -122,6 +122,7 @@ class App extends Component { MPC: ['Marathon Petroleum', '81.93'], NKE: ['Nike Cl B', '85.37'], RIO: ['Rio Tinto ADR', '51.15'] + FB: ['Facebook Inc', '162.44'] }; const users = JSON.parse(localStorage.getItem('users')) || {}; const database = JSON.parse(localStorage.getItem('database')) || {};