diff --git a/src/App.jsx b/src/App.jsx index c4c6492..99599db 100755 --- a/src/App.jsx +++ b/src/App.jsx @@ -6,7 +6,7 @@ import Feed from './Feed.jsx'; import Navigator from './Navigator.jsx'; import Call from './Call.jsx'; -function fetchActivities(setStack) { +function fetchActivities() { return fetch('https://aircall-job.herokuapp.com/activities') .then(response => { return response.json() diff --git a/src/Call.jsx b/src/Call.jsx index 73d3f2a..7a2a110 100644 --- a/src/Call.jsx +++ b/src/Call.jsx @@ -1,5 +1,6 @@ import React, {useState, useEffect} from 'react'; +// Icons could be moved to their own file in the future function ContactIcon() { return (