@logickernel/bridge 0.12.4 → 0.12.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/next/components.cjs
CHANGED
|
@@ -1204,7 +1204,7 @@ function TeamSwitcher({
|
|
|
1204
1204
|
if (isMobile && sidebar?.setOpenMobile) {
|
|
1205
1205
|
sidebar.setOpenMobile(false);
|
|
1206
1206
|
}
|
|
1207
|
-
router.push(`/${teamId}
|
|
1207
|
+
router.push(`/${teamId}`);
|
|
1208
1208
|
router.refresh();
|
|
1209
1209
|
};
|
|
1210
1210
|
const handleManageOrganizations = () => {
|