From 5b86247e98849338e23c236e1f5917322f04b122 Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Tue, 7 Apr 2026 13:17:21 +0530 Subject: [PATCH] refactor: wrap fetchData call in an arrow function within the refresh button onClick handler --- src/app/dashboard/profile-sections/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/dashboard/profile-sections/[id]/page.tsx b/src/app/dashboard/profile-sections/[id]/page.tsx index 88823a9..a68a912 100644 --- a/src/app/dashboard/profile-sections/[id]/page.tsx +++ b/src/app/dashboard/profile-sections/[id]/page.tsx @@ -416,7 +416,7 @@ export default function SectionDetailPage() {