Skip to content

Commit

Permalink
chore(image): Enable Image component in staging
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcabrera committed Nov 24, 2017
1 parent fd8d56e commit 7a1aa6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { version } = require('../package.json')
const styleguidistEnv = process.env.STYLEGUIDIST_ENV || 'dev' // dev, staging, production

// Append strings to this array to enable components in staging, e.g. `['Box', 'ExpandCollapse']`
const enabledInStaging = ['Responsive', 'ExpandCollapse']
const enabledInStaging = ['Responsive', 'ExpandCollapse', 'Image']

/* eslint-disable no-unused-vars */
const toggleByEnv = (component, toggledOffValue, toggledOnValue) => {
Expand Down

0 comments on commit 7a1aa6b

Please sign in to comment.