taxtank-core 2.0.28 → 2.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10965,7 +10965,7 @@ class HoldingType extends AbstractModel {
|
|
10965
10965
|
case HoldingTypeCategoryEnum.STOCK:
|
10966
10966
|
return 'Shares';
|
10967
10967
|
case HoldingTypeCategoryEnum.CRYPTO:
|
10968
|
-
return '
|
10968
|
+
return 'Crypto';
|
10969
10969
|
case HoldingTypeCategoryEnum.COLLECTIBLE:
|
10970
10970
|
return 'Collectibles';
|
10971
10971
|
case HoldingTypeCategoryEnum.UNLISTED_STOCK:
|