Skip to content

Commit

Permalink
fix(core): Fix lint (#4306)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Reynolds authored Oct 21, 2017
1 parent 473ba90 commit 26aad5e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/scripts/modules/core/src/loadBalancer/LoadBalancerPod.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import * as React from 'react';
import { BindAll } from 'lodash-decorators';
import { isEqual, zip } from 'lodash';

import { NgReact } from 'core/reactShims';
import { Application } from 'core/application/application.model';
Expand All @@ -17,8 +15,6 @@ export interface ILoadBalancerPodProps {
showInstances: boolean
}


@BindAll()
export class LoadBalancerPod extends React.Component<ILoadBalancerPodProps> {
public render(): React.ReactElement<LoadBalancerPod> {
const { grouping, application, parentHeading, showServerGroups, showInstances } = this.props;
Expand Down

0 comments on commit 26aad5e

Please sign in to comment.