Skip to content

Commit

Permalink
chore(): fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Aug 24, 2018
1 parent d129f62 commit a08b0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/button/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export class Button {
<slot></slot>
<slot name="end"></slot>
</span>
{ this.mode === 'md' && <ion-ripple-effect /> }
{ this.mode === 'md' && <ion-ripple-effect /> }
</TagType>
);
}
Expand Down

0 comments on commit a08b0f9

Please sign in to comment.