Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #19 from ioBanker/develop
Browse files Browse the repository at this point in the history
21112020-1
  • Loading branch information
ioBanker authored Nov 21, 2020
2 parents f5bd64a + 96f012d commit a4e4a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/branding.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export function getConfigurationAsset() {
if (_isTestnet()) {
assetSymbol = "NOTIFICATIONS";
} else {
assetSymbol = "TEST";
assetSymbol = null;
}
// explanation will be parsed out of the asset description (via split)
return {
Expand Down

0 comments on commit a4e4a56

Please sign in to comment.