From 54be47e1c85178fcb667fe114457906d12066c1d Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 14 Aug 2025 12:16:59 -0400 Subject: [PATCH] Subscribing starter --- src/component/profile_complete/ProfileCompleteCom.jsx | 2 +- src/component/subscribe/Subscribe.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/component/profile_complete/ProfileCompleteCom.jsx b/src/component/profile_complete/ProfileCompleteCom.jsx index 012a1d7..f1683f1 100644 --- a/src/component/profile_complete/ProfileCompleteCom.jsx +++ b/src/component/profile_complete/ProfileCompleteCom.jsx @@ -104,7 +104,7 @@ export default function ProfileCompleteCom(){ return <> - + {commonPractices?.isFetching ? <> diff --git a/src/component/subscribe/Subscribe.jsx b/src/component/subscribe/Subscribe.jsx index 94b218a..964098f 100644 --- a/src/component/subscribe/Subscribe.jsx +++ b/src/component/subscribe/Subscribe.jsx @@ -32,7 +32,7 @@ export default function Subscribe() { return ( <> - + {isFetching ? <> @@ -73,7 +73,7 @@ export default function Subscribe() { ))}
- +