Skip to content

Commit

Permalink
Merge pull request #23244 from Expensify/georgia-fixTimeStampPadding
Browse files Browse the repository at this point in the history
Fix padding above time stamp in report view
  • Loading branch information
deetergp authored Jul 24, 2023
2 parents 33ed167 + b86fafe commit c1267ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function ReportActionsList(props) {
ref={reportScrollManager.ref}
data={props.sortedReportActions}
renderItem={renderItem}
contentContainerStyle={[styles.chatContentScrollView, shouldShowReportRecipientLocalTime]}
contentContainerStyle={[styles.chatContentScrollView, shouldShowReportRecipientLocalTime ? styles.pt0 : {}]}
keyExtractor={keyExtractor}
initialRowHeight={32}
initialNumToRender={calculateInitialNumToRender()}
Expand Down

0 comments on commit c1267ca

Please sign in to comment.