aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Feeds.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-10-08 18:45:33 +0300
committerGravatar Vitaly Takmazov2023-10-08 18:47:14 +0300
commitf3ec3b0b88a43e2a48db51b81f9b5778ade11248 (patch)
tree084940cccbbded3dff9d1deb0048ae09cb1bba75 /vnext/src/ui/Feeds.js
parente8744a1620d7761cf721f1cc21562ad2c6ec8e5c (diff)
Fix initial auth from cookie
Diffstat (limited to 'vnext/src/ui/Feeds.js')
-rw-r--r--vnext/src/ui/Feeds.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/vnext/src/ui/Feeds.js b/vnext/src/ui/Feeds.js
index bb386e5a..16b6b534 100644
--- a/vnext/src/ui/Feeds.js
+++ b/vnext/src/ui/Feeds.js
@@ -160,7 +160,6 @@ function Feed({ query }) {
const location = useLocation()
const [visitor] = useVisitor()
const [state, setState] = useState({
- hash: visitor.hash,
msgs: [],
nextpage: null,
error: false,