Skip to content

Commit

Permalink
clean PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-WorkGH committed Dec 8, 2023
1 parent 627d775 commit 425d7ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/TopBar/AboutDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ const AboutDialog = ({
(Array.isArray(modules) && (
<>
{[...modules]
//.toSorted(...) not found?
.sort(compareModules)
.map((module, idx) => (
<Module
Expand Down

0 comments on commit 425d7ad

Please sign in to comment.