fixed dashboard payments endpoint

This commit was merged in pull request #78.
This commit is contained in:
victorAnumudu
2025-09-01 16:08:26 +01:00
parent 9e33578ef2
commit 4969ad1ae4
5 changed files with 33 additions and 13 deletions
@@ -44,7 +44,7 @@ const SiteTemplateSelector = memo(({name='Full Name', data, productData}) =>{
:
<div className="row">
<>
{!templates.length ?
{!templates?.length ?
<p>No data Found</p>
:
templates.map(template => (