From 70f17997ebdd7ed2fc6c4fadd30bfb359dd16a7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:28:49 +1100 Subject: [PATCH] [UI] Link fix (#8726) (#8728) - Fixes anchor issues in stock tracking table (cherry picked from commit 68ac4118e97c73d21a93aad208f770da1e93a94f) Co-authored-by: Oliver --- src/frontend/src/components/render/Instance.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/components/render/Instance.tsx b/src/frontend/src/components/render/Instance.tsx index 0778809813..7ff133b4a1 100644 --- a/src/frontend/src/components/render/Instance.tsx +++ b/src/frontend/src/components/render/Instance.tsx @@ -199,7 +199,7 @@ export function RenderInlineModel({ {prefix} {image && } {url ? ( - onClick(event)}> + onClick(event)}> {primary} ) : (