diff --git a/src/pages/Template/index.tsx b/src/pages/Template/index.tsx index b457311..9ae7ccf 100644 --- a/src/pages/Template/index.tsx +++ b/src/pages/Template/index.tsx @@ -90,7 +90,7 @@ const Template = () => { <> {!templatesLoading && !templateLoading && !categoryLoading ? ( <> - {template && category ? ( + {template ? ( { {template.name} - - - + {category && ( + + + + )}