fix(client): remove chai from a body
This commit is contained in:
@ -48,11 +48,6 @@ export const onRenderBody = ({ setHeadComponents, setPostBodyComponents }) => {
|
|||||||
/>
|
/>
|
||||||
) : null,
|
) : null,
|
||||||
/* eslint-enable max-len */
|
/* 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
|
<script
|
||||||
async={true}
|
async={true}
|
||||||
key='gtag-script'
|
key='gtag-script'
|
||||||
|
Reference in New Issue
Block a user