Skip to content

Commit

Permalink
[IOS]update kava cdp img path update
Browse files Browse the repository at this point in the history
  • Loading branch information
wannabit-yongjoo committed Feb 4, 2022
1 parent f3d55ee commit ed544b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cosmostation/Cell/kava/CdpListAllCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class CdpListAllCell: UITableViewCell {


func onBindOtherCdp(_ collateralParam: Kava_Cdp_V1beta1_CollateralParam) {

marketType.text = collateralParam.type.uppercased()
marketTitle.text = collateralParam.getDpMarketId()
minCollateralRate.attributedText = WUtils.displayPercent(collateralParam.getDpLiquidationRatio(), minCollateralRate.font)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ extension Kava_Cdp_V1beta1_CollateralParam {
}

public func getMarketImgPath() -> String? {
return denom + "usd"
return type
}

func getpDenom() -> String? {
Expand Down

0 comments on commit ed544b0

Please sign in to comment.