Skip to content

Commit

Permalink
fix: remove useless Id
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Nov 21, 2023
1 parent 39a1b0e commit 0d5e8a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/dapp-kit-ui/src/components/vwk-source-card/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ export class SourceCard extends LitElement {
@property()
source?: SourceInfo = undefined;

override id = `vwk-source-card-${this.source?.id ?? 'undefined'}`;

get wallet(): WalletManager {
return DAppKit.connex.wallet;
}
Expand Down

0 comments on commit 0d5e8a1

Please sign in to comment.