From 425d7ad7b7951b10ffcba9211936971442c25e02 Mon Sep 17 00:00:00 2001 From: Tristan Chuine Date: Fri, 8 Dec 2023 14:56:53 +0100 Subject: [PATCH] clean PR --- src/components/TopBar/AboutDialog.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/TopBar/AboutDialog.js b/src/components/TopBar/AboutDialog.js index 3f834b1f..f0199c27 100644 --- a/src/components/TopBar/AboutDialog.js +++ b/src/components/TopBar/AboutDialog.js @@ -307,7 +307,6 @@ const AboutDialog = ({ (Array.isArray(modules) && ( <> {[...modules] - //.toSorted(...) not found? .sort(compareModules) .map((module, idx) => (