@@ -198,7 +198,7 @@ function WorkspacesListRow({
198198 ) }
199199 { ! isJoinRequestPending && (
200200 < View style = { [ styles . flexRow , styles . ml2 , styles . gap1 ] } >
201- < View style = { [ styles . flexRow , styles . gap2 , styles . alignItemsCenter , shouldUseNarrowLayout && styles . workspaceListRBR ] } >
201+ < View style = { [ styles . flexRow , styles . gap2 , styles . alignItemsCenter , isNarrow && styles . workspaceListRBR ] } >
202202 < BrickRoadIndicatorIcon brickRoadIndicator = { brickRoadIndicator } />
203203 </ View >
204204 < View ref = { threeDotsMenuContainerRef } >
@@ -220,7 +220,7 @@ function WorkspacesListRow({
220220 return (
221221 < View style = { [ styles . flexRow , styles . highlightBG , rowStyles , style , isWide && styles . gap5 , styles . br3 , styles . p5 ] } >
222222 < View style = { [ isWide ? styles . flexRow : styles . flexColumn , styles . flex1 , isWide && styles . gap5 ] } >
223- < View style = { [ styles . flexRow , styles . justifyContentBetween , styles . flex2 , shouldUseNarrowLayout && styles . mb3 , styles . alignItemsCenter ] } >
223+ < View style = { [ styles . flexRow , styles . justifyContentBetween , styles . flex2 , isNarrow && styles . mb3 , styles . alignItemsCenter ] } >
224224 < View style = { [ styles . flexRow , styles . gap3 , styles . flex1 , styles . alignItemsCenter ] } >
225225 < Avatar
226226 imageStyles = { [ styles . alignSelfCenter ] }
0 commit comments