We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b036efb commit aedb4acCopy full SHA for aedb4ac
frontend/app/src/entities/nodes/object-header.tsx
@@ -94,14 +94,11 @@ const ObjectDetailsHeader = ({ schema, objectId }: ObjectHeaderProps & { objectI
94
await queryClient.invalidateQueries({ queryKey: objectQueryKeys.all });
95
}}
96
end={
97
- objectDetailsData?.hfid &&
98
- objectId && (
99
- <ObjectHelpButton
100
- kind={schema.kind}
101
- documentationUrl={schema.documentation}
102
- className="ml-auto"
103
- />
104
- )
+ <ObjectHelpButton
+ kind={schema.kind}
+ documentationUrl={schema.documentation}
+ className="ml-auto"
+ />
105
}
106
data-testid="object-header"
107
/>
0 commit comments