diff --git a/client/src/components/profile-shops/profile-shops.container.jsx b/client/src/components/profile-shops/profile-shops.container.jsx index 007c0ddc7..fae2cf6b6 100644 --- a/client/src/components/profile-shops/profile-shops.container.jsx +++ b/client/src/components/profile-shops/profile-shops.container.jsx @@ -54,6 +54,9 @@ export function ProfileShopsContainer({ bodyshop, currentUser }) { //Force window refresh. + //Ping the new partner to refresh. + axios.post("http://localhost:1337/refresh"); + window.location.reload(); };