diff options
Diffstat (limited to 'vnext/src')
-rw-r--r-- | vnext/src/ui/Feeds.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/ui/Feeds.js b/vnext/src/ui/Feeds.js index 7c51f3e7..d6813130 100644 --- a/vnext/src/ui/Feeds.js +++ b/vnext/src/ui/Feeds.js @@ -124,7 +124,7 @@ function Feed({ visitor, query, authRequired }) { error: false, tag: '' }); - const [loading, setLoading] = useState(false); + const [loading, setLoading] = useState(true); useEffect(() => { setLoading(true); |