Skip to content

Commit 8e9d471

Browse files
committed
Fix lint
1 parent 2fb19f1 commit 8e9d471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-renderer-demo/src/components/navigation/schemas/provider-mappers.schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const providedMappersSchema = [
3939
noRoute: true,
4040
title: 'Mapper components'
4141
},
42-
...baseExamples.sort((a, b) => a.linkText.localeCompare(b.linkText)),
42+
...baseExamples.sort((a, b) => a.linkText.localeCompare(b.linkText))
4343
];
4444

4545
export default providedMappersSchema;

0 commit comments

Comments
 (0)