Skip to content

Commit 9750cfb

Browse files
committed
⚒️ deepscan issue
1 parent 3a6551f commit 9750cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/shared/IdentityPopover.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default class IdentityPopover extends mixins(PrefixMixin) {
8686
}
8787
8888
private resolveAddress(account: Address): string {
89-
return account ? account.toString() : account || ''
89+
return account ? account.toString() : ''
9090
}
9191
9292
public toast(message: string): void {

0 commit comments

Comments
 (0)