Skip to content

Commit

Permalink
Merge pull request #1714 from KomodoPlatform/mcl_add_pub_key_but
Browse files Browse the repository at this point in the history
Wallet: Show public key for MCL
  • Loading branch information
smk762 authored Apr 4, 2022
2 parents 8a62268 + e4736f7 commit bbc8162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomic_defi_design/Dex/Wallet/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ Item
Layout.fillWidth: true
Layout.preferredHeight: 48

visible: current_ticker_infos.name === "Tokel"
visible: current_ticker_infos.name === "Tokel" || current_ticker_infos.name === "Marmara Credit Loops"

DexAppButton
{
Expand Down

0 comments on commit bbc8162

Please sign in to comment.