Skip to content

Commit

Permalink
Apply Prettier Formatting Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi authored and github-actions[bot] committed Jun 28, 2024
1 parent 96b58fc commit af362ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/screens/Transcript/Transcript.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
]}
>
<Text style={{ color: "black" }}>{course[heading]}</Text>
Expand Down

0 comments on commit af362ef

Please sign in to comment.