diff --git a/app/scenes/Document/components/Document.js b/app/scenes/Document/components/Document.js index b9b9f6cc2..e90b86af6 100644 --- a/app/scenes/Document/components/Document.js +++ b/app/scenes/Document/components/Document.js @@ -222,7 +222,7 @@ class DocumentScene extends React.Component { return ; } - const embedsDisabled = team && !team.documentEmbeds; + const disableEmbeds = team && team.documentEmbeds === false; return ( @@ -297,10 +297,10 @@ class DocumentScene extends React.Component { )}