Merge branch 'main' of https://git.d-popov.com/popov/mwhitnessing
This commit is contained in:
@ -59,7 +59,7 @@ export default function DashboardPage({ initialItems, initialUserId, cartEvents,
|
|||||||
const currentPath = router.pathname;
|
const currentPath = router.pathname;
|
||||||
router.replace(currentPath, undefined, { shallow: true }); // Removes the query without affecting the history
|
router.replace(currentPath, undefined, { shallow: true }); // Removes the query without affecting the history
|
||||||
}
|
}
|
||||||
}, [newLogin]);
|
}, []);// show the message every time we load the page
|
||||||
|
|
||||||
const handleUserSelection = async (publisher) => {
|
const handleUserSelection = async (publisher) => {
|
||||||
if (!publisher || publisher.id === undefined) return;
|
if (!publisher || publisher.id === undefined) return;
|
||||||
|
Reference in New Issue
Block a user