Skip to content

Commit d6020da

Browse files
Fix lint errors
1 parent 920d71d commit d6020da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/DocItem/Content/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default function DocItemContent({ children }) {
4848
'/api/client',
4949
'/platform',
5050
'/sdk',
51-
'/cli'
51+
'/cli',
5252
];
5353

5454
const shouldShowLLMButtons = allowedPaths.some((path) => location.pathname.startsWith(path));

0 commit comments

Comments
 (0)