Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
fix(account-card): remove disabled attr causing Glimmer cycle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
devinus committed Feb 20, 2019
1 parent 2fe145d commit 4cebb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/account-card/template.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{#link-to 'wallets.overview.accounts.history' account tagName='button' disabled=(not account.id)}}
{{#link-to 'wallets.overview.accounts.history' account tagName='button'}}
<div class="account-card-content">
{{#if account.id}}
{{#if hideHistory}}
Expand Down

0 comments on commit 4cebb04

Please sign in to comment.