Skip to content

Commit

Permalink
fix(item): href
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Mar 7, 2018
1 parent f29e3f4 commit 540c33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/item/item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class Item {
}
const attrs = (TagType === 'button')
? {type: 'button'}
: {};
: {href: this.href};

const showDetail = this.detail != null ? this.detail : (this.mode === 'ios' && clickable);

Expand Down

0 comments on commit 540c33b

Please sign in to comment.