Skip to content

Commit

Permalink
fix(views): add reader label for cbs part
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed Nov 29, 2024
1 parent 2a1d701 commit 0eb0a5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/views/meetings/midweek/S140/app_normal/index.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const styles = StyleSheet.create({
fontSize: '9px',
color: '#757575',
fontWeight: 'light',
textAlign: 'right',
},
personContainer: {
width: '145px',
Expand Down
2 changes: 1 addition & 1 deletion src/views/meetings/midweek/S140/app_normal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ const TemplateS140AppNormal = ({
<S140Source
source={meetingData.lc_cbs_title}
duration={meetingData.lc_cbs_time}
secondary={`${t('tr_cbsConductor')}:`}
secondary={meetingData.lc_cbs_label}
color="#942926"
/>

Expand Down

0 comments on commit 0eb0a5d

Please sign in to comment.