Skip to content

Commit

Permalink
Merge pull request #33 from FakeDevelopers/feature/BDBD-277
Browse files Browse the repository at this point in the history
FIX : 상품 리스트 UI 수정
  • Loading branch information
minseonglove authored Jun 2, 2022
2 parents 14bc54c + 1f3b4e9 commit 07a03cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bidderbidderCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
name: artifact
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H')"
run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H-%M')"
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ class ProductListAdapter(
hopePrice.visibility = View.GONE
textviewProductListHopePrice.visibility = View.GONE
} else {
hopePrice.visibility = View.VISIBLE
textviewProductListHopePrice.visibility = View.VISIBLE
textviewProductListHopePrice.text = getPriceInfo(dec.format(item.hopePrice))
}
textviewProductListOpeningBid.text = getPriceInfo(dec.format(item.openingBid))
Expand Down

0 comments on commit 07a03cd

Please sign in to comment.