fix: GA should load on public share pages, closes #1992

This commit is contained in:
Tom Moor
2021-03-29 22:02:38 -07:00
parent 8599b60a6c
commit ae57cdea2a
2 changed files with 16 additions and 15 deletions

View File

@ -21,7 +21,6 @@ import PoliciesStore from "stores/PoliciesStore";
import UiStore from "stores/UiStore";
import ErrorSuspended from "scenes/ErrorSuspended";
import KeyboardShortcuts from "scenes/KeyboardShortcuts";
import Analytics from "components/Analytics";
import Button from "components/Button";
import DocumentHistory from "components/DocumentHistory";
import Flex from "components/Flex";
@ -121,7 +120,6 @@ class Layout extends React.Component<Props> {
/>
</Helmet>
<SkipNavLink />
<Analytics />
{this.props.ui.progressBarVisible && <LoadingIndicatorBar />}
{this.props.notifications}