Skip to content

Commit

Permalink
Merge branch 'main' of github.com:IMS-IIITH/frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi committed Jun 28, 2024
2 parents a83bb38 + af362ef commit 2ee71c8
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 2ee71c8

Please sign in to comment.