From b964443b37cc146c4ee61150ef14e72fdfbe2587 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Thu, 27 Feb 2025 15:46:52 +0100 Subject: [PATCH] Link to project from Last Used auth tokens column --- .../app/views/settings/organizationAuthTokens/authTokenRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app/views/settings/organizationAuthTokens/authTokenRow.tsx b/static/app/views/settings/organizationAuthTokens/authTokenRow.tsx index fde05a353e29a6..fb947257eb13ec 100644 --- a/static/app/views/settings/organizationAuthTokens/authTokenRow.tsx +++ b/static/app/views/settings/organizationAuthTokens/authTokenRow.tsx @@ -39,7 +39,7 @@ function LastUsed({ /> ), project: ( - + {projectLastUsed.name} ),