diff --git a/handlers/profile.py b/handlers/profile.py index 37014528..9b5222bd 100644 --- a/handlers/profile.py +++ b/handlers/profile.py @@ -112,7 +112,6 @@ async def process_callback_view_profile( profile_message += f"\n
{NEWS_MESSAGE}
" builder = InlineKeyboardBuilder() - if trial_status == 0 or key_count == 0: if key_count > 0: builder.row(InlineKeyboardButton(text=MY_SUBS, callback_data="view_keys")) elif trial_status == 0: