fix: Fixed callback data for note

This commit is contained in:
ITQ
2024-03-26 09:20:17 +03:00
parent 1d8ce5844e
commit 3213aab259
+1 -1
View File
@@ -39,7 +39,7 @@ def get(travel_id: int, note):
builder.row(
types.InlineKeyboardButton(
text="⬅️",
callback_data=f"travel_detail_{travel_id}",
callback_data=f"travel_notes_page_{travel_id}_0",
),
)