Skip to content

Commit

Permalink
Update src/components/OfflineIndicator.js
Browse files Browse the repository at this point in the history
Co-authored-by: Abdelhafidh Belalia <[email protected]>
  • Loading branch information
keisyrzk and s77rt authored Nov 28, 2023
1 parent 7d46093 commit 4a99688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OfflineIndicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function OfflineIndicator(props) {
}

return (
<View style={[computedStyles(props.containerStyles, props.isSmallScreenWidth, styles), styles.flexRow, styles.alignItemsCenter, ...StyleUtils.parseStyleAsArray(props.style)]}>
<View style={[computedStyles, styles.flexRow, styles.alignItemsCenter, ...StyleUtils.parseStyleAsArray(props.style)]}>
<Icon
src={Expensicons.OfflineCloud}
width={variables.iconSizeSmall}
Expand Down

0 comments on commit 4a99688

Please sign in to comment.