diff --git a/src/pages/_layout.tsx b/src/pages/_layout.tsx index 84c065fa..7862945c 100644 --- a/src/pages/_layout.tsx +++ b/src/pages/_layout.tsx @@ -49,6 +49,7 @@ const handleNoticeMessage = ( switch (status) { case "import_sub_url::ok": + mutate("getProfiles"); navigate("/profile", { state: { current: msg } }); showNotice("success", t("Import Subscription Successful")); break; diff --git a/src/pages/profiles.tsx b/src/pages/profiles.tsx index 9292c539..09b19d07 100644 --- a/src/pages/profiles.tsx +++ b/src/pages/profiles.tsx @@ -499,7 +499,7 @@ const ProfilePage = () => { onDragEnd={onDragEnd} >
-
+
x.uid)}> {profileItems.map((item) => (