add missing quotes in code example

This commit is contained in:
Uri Shaked 2020-12-25 13:19:59 +02:00 committed by GitHub
parent c661af316a
commit 74339c207a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,6 @@ module.exports = {
Then, set an environment variable in `.storybook/manager.js`
```
window.STORYBOOK_GA_ID = UA-000000-01
window.STORYBOOK_GA_ID = "UA-000000-01"
window.STORYBOOK_REACT_GA_OPTIONS = {}
```