From 15e853640d114338de90b424f2ef3c1fb28c05b5 Mon Sep 17 00:00:00 2001 From: Al Duncanson Date: Thu, 25 Oct 2018 21:55:48 -0400 Subject: [PATCH] removed window state --- src/components/SightingDetail.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/SightingDetail.js b/src/components/SightingDetail.js index d1deb03..f0e47ef 100644 --- a/src/components/SightingDetail.js +++ b/src/components/SightingDetail.js @@ -3,10 +3,6 @@ import Disqus from 'disqus-react'; class SightingDetail extends Component { - componentDidUpdate() { - window.history.pushState("", "", this.props.detail.id); - } - render() { const disqusShortname = 'https-marten-application-netlify-com'; const disqusConfig = {