Skip to content

Commit 678aaf4

Browse files
committed
trying to fix the button
1 parent 60fe733 commit 678aaf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/SortingVisualizer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ const SortingVisualizer: React.FC<ArrayProps> = ({ arraysInfo }) => {
4444
e.preventDefault();
4545
if (!algorithm || isSorting) return;
4646
setIsSorting(true);
47-
// let time: number = 0;
4847
let method: string = algorithm;
4948
if (method === "Merge") {
5049
startSorting(getMergeSortAnimations(array));

0 commit comments

Comments
 (0)