Skip to content

Commit 6c1d188

Browse files
minor change
1 parent a734c38 commit 6c1d188

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/components/Analytics.js

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ the X and Y values for a stock chart. It is also checking if the `stockChartXVal
113113
and logging a message to the console if it is. The `useEffect` hook is triggered whenever the
114114
`symbol` or `inputValue` variables change. */
115115
useEffect(() => {
116-
setLoading(true);
117116
if (!apiFetched) {
118117
fetchStock();
119118
}

0 commit comments

Comments
 (0)