Skip to content

Commit

Permalink
refactor(actions): reduce code for TOGGLE_KEY_SHORTCUTS
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmason committed Oct 12, 2017
1 parent 038c825 commit e339323
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@ export const HIDE_SIDEBAR = 'HIDE_SIDEBAR'
export const TOGGLE_GLOSSARY = 'TOGGLE_GLOSSARY'
export const TOGGLE_INFO_PANEL = 'TOGGLE_INFO_PANEL'
export const TOGGLE_HEADER = 'TOGGLE_HEADER'
export const TOGGLE_KEY_SHORTCUTS = Symbol('TOGGLE_KEY_SHORTCUTS')
export const TOGGLE_KEY_SHORTCUTS = 'TOGGLE_KEY_SHORTCUTS'
export const FETCH_FAILED = Symbol('FETCH_FAILED')
export const UI_LOCALES_FETCHED = Symbol('UI_LOCALES_FETCHED')
export const CHANGE_UI_LOCALE = Symbol('CHANGE_UI_LOCALE')
Expand Down

0 comments on commit e339323

Please sign in to comment.