Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
tags - fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique Custódia committed Oct 7, 2017
1 parent c6015ff commit 2ff4558
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/tags/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export class StcTagsComponent {

@Listen('stc-chip-close')
onTagClose(event: CustomEvent) {
debugger
const detail: StcChipCloseEvent = event.detail;
this.state = this.state.filter(item => item.id !== detail.id);
}
Expand Down

0 comments on commit 2ff4558

Please sign in to comment.