chore: fix typescript

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-04-01 11:43:42 +02:00
parent 43342dcf0a
commit 4b5d417e17
@@ -37,7 +37,7 @@ export interface TemplateWizardPageProps {
customFieldExtensions: FieldExtensionOptions<any, any>[];
}
const useStyles = makeStyles<BackstageTheme>(theme => ({
const useStyles = makeStyles<BackstageTheme>(() => ({
markdown: {
/** to make the styles for React Markdown not leak into the description */
'& :first-child': {