Skip to content

Commit 8bcac68

Browse files
Merge pull request #35 from Exabyte-io/epic/SOF-6265
Epic/sof 6265
2 parents 82a6649 + 0d82444 commit 8bcac68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context/mixins.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const MaterialsSetContextMixin = (superclass) =>
7272
return materials
7373
.concat()
7474
.sort((a, b) =>
75-
compareEntitiesInOrderedSetForSorting(a, b, this.materialsSet._id, false),
75+
compareEntitiesInOrderedSetForSorting(a, b, this.materialsSet?._id, false),
7676
);
7777
}
7878
};

0 commit comments

Comments
 (0)