Skip to content

Commit 139fd8f

Browse files
Merge pull request #83 from inventree/SchrodingersGat-patch-2
Fix syntax error in Panel.tsx return statement
2 parents ccd715c + a04b990 commit 139fd8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • plugin_creator/template/{{ cookiecutter.plugin_name }}/frontend/src

plugin_creator/template/{{ cookiecutter.plugin_name }}/frontend/src/Panel.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export function render{{ cookiecutter.plugin_name }}Panel(context: InvenTreePlug
173173
);
174174
{%- else -%}
175175
return (
176-
<{{ cookiecutter.plugin_name }}Panel context={context} />;
176+
<{{ cookiecutter.plugin_name }}Panel context={context} />
177177
);
178178
{%- endif %}
179-
}
179+
}

0 commit comments

Comments
 (0)