Skip to content

Commit

Permalink
fixed broken link in case of entity creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarunmeena0901 authored Jan 12, 2024
1 parent 51f989f commit 30fc6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/entity-editor/entity-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const EntityEditor = (props: Props) => {
<Card>
<Card.Header as="h4">
<div>
<a href={entityURL}>{heading}</a>
{entityURL ? <a href={entityURL}>{heading}</a> : heading}
</div>
</Card.Header>
<Card.Body>
Expand Down

0 comments on commit 30fc6ae

Please sign in to comment.