fix back cryptobot

This commit is contained in:
Vladless
2024-11-24 20:19:23 +03:00
parent 122b82253e
commit b40bf3f833
+1 -1
View File
@@ -74,7 +74,7 @@ async def process_callback_pay_cryptobot(callback_query: types.CallbackQuery, st
callback_data="enter_custom_amount_crypto",
)
)
builder.row(InlineKeyboardButton(text="⬅️ Назад", callback_data="back_to_profile"))
builder.row(InlineKeyboardButton(text="⬅️ Назад", callback_data="view_profile"))
key_count = await get_key_count(tg_id)