diff --git a/src/components/ApiInfo/ApiInfo.tsx b/src/components/ApiInfo/ApiInfo.tsx index e1fcaaea..fe595811 100644 --- a/src/components/ApiInfo/ApiInfo.tsx +++ b/src/components/ApiInfo/ApiInfo.tsx @@ -70,12 +70,18 @@ export class ApiInfo extends React.Component { )) || null; + const version = + (info.version && ( + ({info.version}) + )) || + null; + return (
- {info.title} ({info.version}) + {info.title} {version} {!hideDownloadButton && (