diff --git a/worklenz-frontend/src/components/common/template-drawer/template-drawer.tsx b/worklenz-frontend/src/components/common/template-drawer/template-drawer.tsx index 4b62a4a6..9f2e6031 100644 --- a/worklenz-frontend/src/components/common/template-drawer/template-drawer.tsx +++ b/worklenz-frontend/src/components/common/template-drawer/template-drawer.tsx @@ -38,10 +38,8 @@ const TemplateDrawer: React.FC = ({ showBothTabs = false, templateSelected = (templateId: string) => { if (!templateId) return; - templateId; }, selectedTemplateType = (type: 'worklenz' | 'custom') => { - type; }, }) => { const themeMode = useSelector((state: RootState) => state.themeReducer.mode);