fix(client): remove chai from a body

This commit is contained in:
Valeriy S
2018-12-10 18:07:28 +03:00
committed by Stuart Taylor
parent cc0b504224
commit 83ef4ebee1

View File

@ -48,11 +48,6 @@ export const onRenderBody = ({ setHeadComponents, setPostBodyComponents }) => {
/>
) : null,
/* eslint-enable max-len */
<script
async={true}
key='chai-CDN'
src='https://cdnjs.cloudflare.com/ajax/libs/chai/4.1.2/chai.min.js'
/>,
<script
async={true}
key='gtag-script'