Skip to content

Commit

Permalink
[CN-1890] remove extra true
Browse files Browse the repository at this point in the history
  • Loading branch information
pjberry16 authored Feb 20, 2023
1 parent 25d2e2a commit d8027b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class CreateLoadBalancerButton extends React.Component<ICreateLoadBalance
if (!this.state.isDisabled) {
return (
<div>
<button className="btn btn-sm btn-default" disabled={true}>
<button className="btn btn-sm btn-default" disabled>
<span className="glyphicon glyphicon-plus-sign visible-lg-inline" />
<Tooltip value="Create Load Balancer">
<span className="glyphicon glyphicon-plus-sign visible-md-inline visible-sm-inline" />
Expand Down

0 comments on commit d8027b2

Please sign in to comment.