Skip to content

Commit

Permalink
[UI] Link fix (#8726)
Browse files Browse the repository at this point in the history
- Fixes anchor issues in stock tracking table
  • Loading branch information
SchrodingersGat authored Dec 20, 2024
1 parent 130bc84 commit 68ac411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/components/render/Instance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export function RenderInlineModel({
{prefix}
{image && <Thumbnail src={image} size={18} />}
{url ? (
<Anchor href={url} onClick={(event: any) => onClick(event)}>
<Anchor href='' onClick={(event: any) => onClick(event)}>
<Text size='sm'>{primary}</Text>
</Anchor>
) : (
Expand Down

0 comments on commit 68ac411

Please sign in to comment.