forked from github-starred/komodo
fix update details name
This commit is contained in:
@@ -217,7 +217,7 @@ const UpdateDetailsContent = ({
|
||||
<ResourceName
|
||||
// will be UsableResource because Components exists in this branch
|
||||
type={update.target.type as UsableResource}
|
||||
id={id}
|
||||
id={update.target.id}
|
||||
/>
|
||||
</div>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user