From 1279a7daf3e787e5770a50b3e6b3d1a5793a82b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20=C5=A0umak?= Date: Fri, 29 Nov 2019 05:46:13 +0100 Subject: [PATCH] Update useFetch example Removed unused variable `dogName`. --- snippets/useFetch.md | 1 - 1 file changed, 1 deletion(-) diff --git a/snippets/useFetch.md b/snippets/useFetch.md index 9d7379663..8c229ce11 100644 --- a/snippets/useFetch.md +++ b/snippets/useFetch.md @@ -38,7 +38,6 @@ const ImageFetch = props => { if (!res.response) { return
Loading...
; } - const dogName = res.response.status; const imageUrl = res.response.message; return (