Skip to content

Commit

Permalink
Re-run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Ollyws committed May 16, 2023
1 parent 0ffaa22 commit fe67d69
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ const EditedRenderer = (props) => {
style={[styles.alignItemsBaseline, editedLabelStyles]}
>
{/* Native devices do not support margin between nested text */}
<Text selectable={false} style={[styles.w1, styles.userSelectNone]}> </Text>
<Text
selectable={false}
style={[styles.w1, styles.userSelectNone]}
>
{' '}
</Text>
{props.translate('reportActionCompose.edited')}
</Text>
);
Expand Down
7 changes: 6 additions & 1 deletion src/pages/home/report/ReportActionItemFragment.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,12 @@ const ReportActionItemFragment = (props) => {
color={themeColors.textSupporting}
style={[styles.alignItemsBaseline, editedLabelStyles]}
>
<Text selectable={false} style={[styles.w1, styles.userSelectNone]}> </Text>
<Text
selectable={false}
style={[styles.w1, styles.userSelectNone]}
>
{' '}
</Text>
{props.translate('reportActionCompose.edited')}
</Text>
)}
Expand Down

0 comments on commit fe67d69

Please sign in to comment.