From af362efc205e8972af5451e8b19cbd8fc0a4c137 Mon Sep 17 00:00:00 2001 From: bhavberi Date: Fri, 28 Jun 2024 11:26:00 +0000 Subject: [PATCH] Apply Prettier Formatting Fixes --- src/screens/Transcript/Transcript.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/screens/Transcript/Transcript.tsx b/src/screens/Transcript/Transcript.tsx index b44e421..8c9926e 100644 --- a/src/screens/Transcript/Transcript.tsx +++ b/src/screens/Transcript/Transcript.tsx @@ -284,7 +284,10 @@ function Transcript(): React.JSX.Element { key={columnIndex} style={[ styles.cell, - { width: (screenWidth - 30) * columnFractions[columnIndex], alignItems: columnIndex > 1 ? "center" : "flex-start" }, + { + width: (screenWidth - 30) * columnFractions[columnIndex], + alignItems: columnIndex > 1 ? "center" : "flex-start", + }, ]} > {course[heading]}