diff --git a/.all-contributorsrc b/.all-contributorsrc
index 35cfde183594..ca4e29ea2a9c 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -1323,6 +1323,15 @@
"contributions": [
"code"
]
+ },
+ {
+ "login": "kuri-sun",
+ "name": "Ruki",
+ "avatar_url": "https://avatars.githubusercontent.com/u/62743644?v=4",
+ "profile": "https://haruki-kuriwada.netlify.app/",
+ "contributions": [
+ "code"
+ ]
}
],
"commitConvention": "none"
diff --git a/README.md b/README.md
index f91e7a582750..63c8120a37fd 100644
--- a/README.md
+++ b/README.md
@@ -258,9 +258,13 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md) and our
Aman Lajpal 💻 📖 |
+ Niraj Sah 💻 |
Allison Ishida 💻 |
Alex Lewitt 💻 |
+ Ruki 💻 |
+ Allison Ishida 💻 |
Tresau-IBM 💻 |
+ Alex Lewitt 💻 |
diff --git a/packages/react/src/components/UIShell/SideNav.tsx b/packages/react/src/components/UIShell/SideNav.tsx
index 99a1887b0ad3..517147edf320 100644
--- a/packages/react/src/components/UIShell/SideNav.tsx
+++ b/packages/react/src/components/UIShell/SideNav.tsx
@@ -239,7 +239,7 @@ function SideNavRenderFunction(
tabIndex={-1}
ref={navRef}
className={`${prefix}--side-nav__navigation ${className}`}
- inert={!isRail && (expanded || isLg ? undefined : -1)}
+ inert={!isRail ? (expanded || isLg ? undefined : -1) : undefined}
{...accessibilityLabel}
{...eventHandlers}
{...other}>