Skip to content

Commit

Permalink
fix: try this
Browse files Browse the repository at this point in the history
  • Loading branch information
UNIDY2002 committed Sep 12, 2024
1 parent c7ad75d commit 23d6813
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions apps/thu-info-app/src/components/schedule/schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@ export const ScheduleBlock = (props: ScheduleBlockProps) => {
paddingHorizontal: 2,
}}
onPress={props.onPress}>
<Text
style={{
textAlign: "left",
color: "white",
lineHeight: 18,
fontWeight: "bold",
fontSize: 13,
}}>
{props.name}
</Text>
{props.location.length ? (
<Text allowFontScaling={false}>
<Text
Expand Down

0 comments on commit 23d6813

Please sign in to comment.