Merge pull request #46 from James-Sangalli/fix-vertical-separator-should-not-appear-in-token-list-if-no-issuer

Fix: don't show vertical separator in tokens list if there's no issuer
pull/48/head
James Sangalli 7 years ago committed by GitHub
commit 5aca3ccc20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Trust/AlphaWallet/Views/AlphaWalletTokenViewCell.swift

@ -75,6 +75,6 @@ class AlphaWalletTokenViewCell: UITableViewCell {
separator.textColor = viewModel.subtitleColor
separator.font = viewModel.subtitleFont
separator.text = "|"
separator.text = ""
}
}

Loading…
Cancel
Save