From a8cea70fec6109892a01d583b6f2d187254d60b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Sat, 29 Nov 2025 15:47:26 +0100 Subject: [PATCH] pl-fe: AuthTokenList: support Mitra' is_current MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-fe/src/pages/settings/auth-token-list.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pl-fe/src/pages/settings/auth-token-list.tsx b/packages/pl-fe/src/pages/settings/auth-token-list.tsx index a8edf6658..f3cf886cb 100644 --- a/packages/pl-fe/src/pages/settings/auth-token-list.tsx +++ b/packages/pl-fe/src/pages/settings/auth-token-list.tsx @@ -158,7 +158,7 @@ const AuthTokenListPage: React.FC = () => { const body = tokens ? (
{tokens.map((token) => ( - + ))}
) : ;