fixed bug

This commit was merged in pull request #70.
This commit is contained in:
victorAnumudu
2024-09-04 00:07:26 +01:00
parent 07c1a8ae06
commit 263c6740c5
2 changed files with 10 additions and 5 deletions
@@ -210,7 +210,7 @@ const DashboardHomeIntro: FC<DashboardHomeIntroProps> = ({
</button>
</td>
<td className="flex justify-end px-1 py-2 text-right">
<button className="flex flex-nowrap items-center px-2 py-1 border-2 border-black" onClick={()=>navigate(RouteHandler.dashboardPayments, {state:{uid: item?.application_uid}})}>
<button className="flex flex-nowrap items-center px-2 py-1 border-2 border-black" onClick={()=>navigate(RouteHandler.dashboardPayments, {state:{application_uid: item?.application_uid}})}>
View
<Icons name="arrow-right" />
</button>