Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
actions: {
center: [
{
actionId: 'help:about:toggle',
label: expanded ? t('tdp-app:LESS') : t('tdp-app:MORE'),
onClick: this.toggle,
},
],
},
};
return (
<div>
<div>{t('tdp-app:ABOUT_VERSION_NAME', { version: this.props.displayVersion })}</div>
<div>{t('tdp-app:COPYRIGHT', { year: new Date().getFullYear() })}</div>
</div>
{expanded && (
<table>
<thead>
<tr>
<th>{t('tdp-app:SERVICE')}</th>
<th>{t('tdp-app:BUILD_ID')}</th>
<th>{t('tdp-app:VERSION')}</th></tr></thead></table>