From 3a9603f812256263d710640ecbd1108e29039c1d Mon Sep 17 00:00:00 2001 From: Martin <901824+martinstark@users.noreply.github.com> Date: Tue, 30 Apr 2024 12:13:49 +0200 Subject: [PATCH] fix: reverse production list --- src/components/landing-page/productions-list.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/landing-page/productions-list.tsx b/src/components/landing-page/productions-list.tsx index 036ce368..0cadcbe4 100644 --- a/src/components/landing-page/productions-list.tsx +++ b/src/components/landing-page/productions-list.tsx @@ -61,8 +61,6 @@ export const ProductionsList = () => { result // pick laste 10 items .slice(-10) - // display in reverse order - .toReversed() ); dispatch({