From 629e90e92081f3156f7f8df1f58b795ba3162480 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Fri, 4 Jun 2021 17:49:42 +0100 Subject: [PATCH] Update template page --- src/pages/Template/index.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 && ( + + + + )}