fix back_button

This commit is contained in:
Vladless
2024-11-15 23:27:08 +03:00
parent 0317b14d2e
commit 8efafe206f
+1 -1
View File
@@ -86,7 +86,7 @@ async def process_callback_pay_yookassa(
text="💰 Ввести свою сумму", callback_data="enter_custom_amount_yookassa"
)
)
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)