Skip to content

Commit

Permalink
refactor(DeploymentViewer): Sort props, remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-cline committed Jun 13, 2022
1 parent 05a75a1 commit b8ada93
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/manager/components/deployment/DeploymentViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,14 @@ export default class DeploymentViewer extends Component<Props, State> {
<span><Glyphicon glyph='download' /> {this.messages('download')}</span>
</Button>
<DropdownButton
// bsSize={size}
id='shp-export'
onSelect={this._onClickDownloadShapes}
title={
<span>
<Icon type='file-zip-o' />
<span className='hidden-xs'> Export (.shp)</span>
</span>
}
onSelect={this._onClickDownloadShapes}>
}>
<MenuItem eventKey='STOPS'><Icon type='map-marker' /> Stops</MenuItem>
<MenuItem eventKey='ROUTES'><Icon type='ellipsis-h' /> Routes</MenuItem>
</DropdownButton>
Expand Down

0 comments on commit b8ada93

Please sign in to comment.