Skip to content

Commit

Permalink
Merge pull request #1088 from hackforla/FRONT-remove-nc-selector
Browse files Browse the repository at this point in the history
Removed CouncilSelector
  • Loading branch information
adamkendis authored Apr 16, 2021
2 parents d6ff4e3 + c4c5960 commit c97904f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/components/main/Desktop/FilterMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import Typography from '@material-ui/core/Typography';
import GearButton from '@components/common/GearButton';
import DateSelector from '@components/DateSelector/DateSelector';
import RequestTypeSelector from '@components/main/Desktop/RequestTypeSelector';
import CouncilSelector from '@components/main/Desktop/CouncilSelector';

const useStyles = makeStyles(theme => ({
card: {
Expand Down Expand Up @@ -102,9 +101,6 @@ const FilterMenu = ({ toggleMenu }) => {
<div className={classes.selectorWrapper}>
<DateSelector range />
</div>
<div className={classes.selectorWrapper}>
<CouncilSelector />
</div>
</CardContent>
</Collapse>
</Card>
Expand Down

0 comments on commit c97904f

Please sign in to comment.