Skip to content

Commit 9ad7a8a

Browse files
authored
fix tasks ordering (#517)
1 parent 06b63e8 commit 9ad7a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hwproj.front/src/components/Tasks/HomeworkTasks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const HomeworkTasks: FC<IHomeworkTasksProps> = (props) => {
3131
/>
3232
</div>
3333
)
34-
}).reverse()}
34+
})}
3535
</div>
3636
)
3737
}

0 commit comments

Comments
 (0)