File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ const MenuItem = props => (
133
133
</ View >
134
134
) }
135
135
{ props . brickRoadIndicator && (
136
- < View style = { [ [ styles . alignItemsCenter , styles . justifyContentCenter ] ] } >
136
+ < View style = { [ styles . alignItemsCenter , styles . justifyContentCenter ] } >
137
137
< Icon
138
138
src = { Expensicons . DotIndicator }
139
139
fill = { props . brickRoadIndicator === 'error' ? colors . red : colors . green }
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ const OptionRow = (props) => {
207
207
</ View >
208
208
) : null }
209
209
{ props . option . brickRoadIndicator === CONST . BRICK_ROAD_INDICATOR_STATUS . ERROR && (
210
- < View style = { [ [ styles . alignItemsCenter , styles . justifyContentCenter ] ] } >
210
+ < View style = { [ styles . alignItemsCenter , styles . justifyContentCenter ] } >
211
211
< Icon
212
212
src = { Expensicons . DotIndicator }
213
213
fill = { colors . red }
You can’t perform that action at this time.
0 commit comments