mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 11:41:23 +00:00
✨ feat: logout
:%s
This commit is contained in:
@@ -87,7 +87,7 @@ const AccountPage = ({ defaultActiveContent="orders" } : AccountPageProps) => {
|
||||
const query = router.query[QUERY_KEY.TAB] as string
|
||||
const index = getTabIndex(query)
|
||||
setActiveTab(index)
|
||||
}, [router.query[QUERY_KEY.TAB]])
|
||||
}, [router.query])
|
||||
|
||||
function showModal() {
|
||||
setModalVisible(true);
|
||||
|
Reference in New Issue
Block a user