Skip to content

Commit

Permalink
add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
SARVESHWAR SINGH committed Dec 3, 2019
1 parent 5fc64a5 commit 2cea5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/settings/menu/SettingsMenu.js
Expand Up @@ -4,7 +4,7 @@ import { observer } from 'mobx-react';
import { defineMessages, intlShape } from 'react-intl'; import { defineMessages, intlShape } from 'react-intl';
import SettingsMenuItem from './SettingsMenuItem'; import SettingsMenuItem from './SettingsMenuItem';
import styles from './SettingsMenu.scss'; import styles from './SettingsMenu.scss';
import environmnent from '../../../environment' import environmnent from '../../../environment';
import { ROUTES } from '../../../routes-config'; import { ROUTES } from '../../../routes-config';
import type { Theme } from '../../../themes'; import type { Theme } from '../../../themes';


Expand Down

0 comments on commit 2cea5bc

Please sign in to comment.