Skip to content

Commit

Permalink
Fix flow error
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Dec 23, 2019
1 parent c52aa6f commit 3459ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-plugin-emotion/src/index.js
Expand Up @@ -83,7 +83,7 @@ export default function(babel: *, options: *) {
throw new Error(
`The 'autoLabel' option must be undefined, or one of the following: ${AUTO_LABEL_VALUES.map(
s => `"${s}"`
)}`
).join(', ')}`
)
}

Expand Down

0 comments on commit 3459ad7

Please sign in to comment.