Skip to content

Commit

Permalink
Update windows.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdjsjsksisvsh authored Apr 16, 2024
1 parent 8ea5364 commit 7eb423b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bot/handlers/private/windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async def main_menu(
[
f"• {GetgemsUrl(token.address, token.name).hlink_name} - {hcode(token.min_amount_str)}"
if token.type == TokenDB.Type.NFTCollection else
f"• {DeDustUrl(token.address, token.name).hlink_name} - {hcode(token.min_amount_str)}"
f"• ${DeDustUrl(token.address, token.name).hlink_name} - {hcode(token.min_amount_str)}"
for token in tokens
]
)
Expand Down

0 comments on commit 7eb423b

Please sign in to comment.