Skip to content

Commit

Permalink
오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hsgo2430 committed Jul 3, 2024
1 parent 02381d3 commit d0e745b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class StoreDetailActivity : KoinNavigationDrawerActivity() {
storeDetailAccountCopyButton.isVisible = false
}
else{
storeDetailAccountTextview.text = it.description
storeDetailAccountTextview.text = it.bank + " " + it.accountNumber
}

setEtcInfo(storeDetailIsCardTextview, it.isCardOk)
Expand Down

0 comments on commit d0e745b

Please sign in to comment.