diff --git a/src/components/Tables/OptionsTable.tsx b/src/components/Tables/OptionsTable.tsx index b9804ef526..eb8ba34513 100644 --- a/src/components/Tables/OptionsTable.tsx +++ b/src/components/Tables/OptionsTable.tsx @@ -1,4 +1,5 @@ import * as yaml from 'js-yaml'; +import * as React from 'react'; import configSchema from '../../util/sanitizedConfigSchema'; import Badge from '../Badge/Badge'; @@ -45,7 +46,7 @@ export function OptionsTableBase(schema: object, options: OptionDefinitionProper const { deprecated } = definition; return ( - <> + {optionKey} @@ -85,7 +86,7 @@ export function OptionsTableBase(schema: object, options: OptionDefinitionProper )} - + ); })}