Skip to content

Commit

Permalink
use pv3 for style and update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Jan 20, 2022
1 parent f0f2070 commit 1970d36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -930,9 +930,9 @@ SPEC CHECKSUMS:
React-jsinspector: d0374f7509d407d2264168b6d0fad0b54e300b85
React-logger: 933f80c97c633ee8965d609876848148e3fef438
react-native-config: 6502b1879f97ed5ac570a029961fc35ea606cd14
react-native-document-picker: 0e3602a4064da040321bafad6848d8b0edcb1d55
react-native-flipper: 169e8ba429b73ad637ce007337ce4b415e783799
react-native-image-picker: 4089335b89b625d4e34d53fb249c48a7a791b3ea
react-native-document-picker: ebcce6982dd91aa6d2b9a38b666895c381015f1d
react-native-flipper: cd9eabd8917104c1bbdca2621717cdca3b2addef
react-native-image-picker: f45729c43d4f854508ab25c0d0f0f711a2a8a267
react-native-netinfo: 3a61a486f2329f5884753fd5bab21450a535d97c
react-native-pdf: 4b5a9e4465a6a3b399e91dc4838eb44ddf716d1f
react-native-performance: 8edfa2bbc9a2af4a02f01d342118e413a95145e0
Expand Down
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/RenameAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const RenameAction = (props) => {
const newName = lodashGet(props.action, 'originalMessage.newName', '');

return (
<Text style={[styles.pv2, styles.ph5, styles.textAlignCenter, styles.textLabelSupporting]}>
<Text style={[styles.pv3, styles.ph5, styles.textAlignCenter, styles.textLabelSupporting]}>
<Text style={[styles.textLabelSupporting, styles.textStrong]}>
{displayName}
</Text>
Expand Down
2 changes: 1 addition & 1 deletion src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@ function renameReport(reportID, reportName) {
}
Growl.success(Localize.translateLocal('newRoomPage.policyRoomRenamed'));

// Optimistically update the report name
// Update the report name so that the LHN and header display the updated name
Onyx.merge(`${ONYXKEYS.COLLECTION.REPORT}${reportID}`, {reportName});
})
.catch(() => {
Expand Down

0 comments on commit 1970d36

Please sign in to comment.