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 3bea688 commit 0deed2dCopy full SHA for 0deed2d
frontend/app/src/entities/nodes/object-header.tsx
@@ -144,14 +144,11 @@ const ObjectConvertHeader = ({ schema, objectId }: ObjectHeaderProps & { objectI
144
: `Convert type ${objectDetailsData?.__typename && schemaKindLabel[objectDetailsData?.__typename]}`
145
}
146
end={
147
- objectDetailsData?.hfid &&
148
- objectId && (
149
- <ObjectHelpButton
150
- kind={schema.kind}
151
- documentationUrl={schema.documentation}
152
- className="ml-auto"
153
- />
154
- )
+ <ObjectHelpButton
+ kind={schema.kind}
+ documentationUrl={schema.documentation}
+ className="ml-auto"
+ />
155
156
data-testid="object-header"
157
/>
0 commit comments