Skip to content

Commit

Permalink
[frontend] fix refresh on restricted line
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkha committed Apr 5, 2024
1 parent ccf0857 commit 014cd81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const RelationshipsStixCoreRelationshipLineComponent = ({
classes={{ root: classes.item }}
divider={true}
button={true}
component={Link}
component={link ? Link : null}
to={link}
>
<ListItemIcon
Expand Down

0 comments on commit 014cd81

Please sign in to comment.