From 474a58b51a3b91f625cf515d202b45c1538f20fa Mon Sep 17 00:00:00 2001 From: mohamed Date: Thu, 23 Mar 2023 12:29:13 +0100 Subject: [PATCH] paufinement --- R-Dash/screens/Lap.tsx | 5 ----- R-Dash/screens/Point_Viewer.tsx | 3 --- 2 files changed, 8 deletions(-) diff --git a/R-Dash/screens/Lap.tsx b/R-Dash/screens/Lap.tsx index 400818a..3641ab4 100644 --- a/R-Dash/screens/Lap.tsx +++ b/R-Dash/screens/Lap.tsx @@ -10,7 +10,6 @@ export default function Lap(props: { navigation: any, route : any}) { const { session } = props.route.params; const { navigation } = props; - // const laps: LapModel[] = session.getLaps(); const laps: LapModel[] = session.getLaps().sort((lap1 : LapModel, lap2 : LapModel) => lap1.getNumber() - lap2.getNumber()); @@ -124,10 +123,6 @@ export default function Lap(props: { navigation: any, route : any}) { ); } -// TROUBLE SHOOTING BORDER : -//borderColor:'red', -//borderWidth:3, - const styles = StyleSheet.create({ disabled: { opacity: 0.5, diff --git a/R-Dash/screens/Point_Viewer.tsx b/R-Dash/screens/Point_Viewer.tsx index f2a04b8..5df41f9 100644 --- a/R-Dash/screens/Point_Viewer.tsx +++ b/R-Dash/screens/Point_Viewer.tsx @@ -151,9 +151,6 @@ export default function Lap(props: { navigation: any, route : any}) { ); } -// TROUBLE SHOOTING BORDER : -//borderColor:'red', -//borderWidth:3, const styles = StyleSheet.create({ scrollView: {