From ac58319b22b1069161c9b49f268e5e96685f6f72 Mon Sep 17 00:00:00 2001 From: Aditya Yuvaraj Date: Tue, 2 Oct 2018 15:59:59 +0530 Subject: [PATCH] Updated App.js Included Facebook stocks --- src/App.js | 1 + 1 file changed, 1 insertion(+) 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')) || {};