Skip to content

Commit

Permalink
fix(frontend/settings): linting error for unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj authored and Harjot1Singh committed May 15, 2020
1 parent b9b4932 commit 5f8e54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/src/Settings/DynamicOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { string, shape, node, bool } from 'prop-types'
import { Typography, Grid } from '@material-ui/core'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'

import { OPTIONS, DEFAULT_OPTIONS, PRIVACY_TYPES, OPTION_GROUPS, FLAT_OPTION_GROUPS } from '../lib/options'
import { OPTIONS, DEFAULT_OPTIONS, PRIVACY_TYPES, FLAT_OPTION_GROUPS } from '../lib/options'
import controller from '../lib/controller'
import { SettingsContext } from '../lib/contexts'

Expand Down

0 comments on commit 5f8e54f

Please sign in to comment.