From 72ccd3d2e14b592017efaa9c915573cd721a074e Mon Sep 17 00:00:00 2001 From: Immanuel Onyeka Date: Sat, 23 Oct 2021 12:19:07 -0400 Subject: [PATCH] Remove unnecessary argument --- src/App.jsx | 2 +- src/Call.jsx | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 (