From 93f95b8452f389a0c952a513786574656a3f008b Mon Sep 17 00:00:00 2001 From: jhnnsrs Date: Fri, 27 Oct 2023 12:41:44 +0200 Subject: [PATCH] up up in the --- src/screens/LogScreen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/LogScreen.tsx b/src/screens/LogScreen.tsx index 2837723..0d34bca 100644 --- a/src/screens/LogScreen.tsx +++ b/src/screens/LogScreen.tsx @@ -55,7 +55,7 @@ export const Logs: React.FC<{ app: App; service?: string }> = ({ >
         {logs && logs.length > 0 ? (
-          logs.toReversed().map((l, index) => (
+          logs.map((l, index) => (
             
{l}