Skip to content

Commit 3cbc74c

Browse files
[core] Fix sorting
Follow-up on #21758 (comment)
1 parent ac78312 commit 3cbc74c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/pages/guides/composition/ListRouter.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ import {
1717
import { Omit } from '@material-ui/types';
1818

1919
interface ListItemLinkProps {
20-
to: string;
21-
primary: string;
2220
icon?: React.ReactElement;
21+
primary: string;
22+
to: string;
2323
}
2424

2525
function ListItemLink(props: ListItemLinkProps) {

0 commit comments

Comments
 (0)