Skip to content

Commit 4322a28

Browse files
committed
remove redudant changes
1 parent b91891e commit 4322a28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/workspace/WorkspacesListRow.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)