We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22c2de commit db74e68Copy full SHA for db74e68
src/components/dynamicNav.tsx
@@ -196,12 +196,14 @@ export function DynamicNav({
196
path={linkPath}
197
/>
198
{/* see GH issue 12481 */}
199
- {linkPath != '/security-legal-pii/security/security-policy-reporting/' && <SidebarLink
200
- to={'/security-legal-pii/security/security-policy-reporting/'}
201
- title={'Set Up Security Policy Reporting'}
202
- key={'security-policy'}
203
- path={linkPath}
204
- />}
+ {linkPath != '/security-legal-pii/security/security-policy-reporting/' && (
+ <SidebarLink
+ to={'/security-legal-pii/security/security-policy-reporting/'}
+ title={'Set Up Security Policy Reporting'}
+ key={'security-policy'}
+ path={linkPath}
205
+ />
206
+ )}
207
</ul>
208
)}
209
</li>
0 commit comments