Skip to content

Commit

Permalink
fix ws list item name doesn't show
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Jul 2, 2024
1 parent eb8b251 commit 936f24b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspacesListRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function WorkspacesListRow({
const ThreeDotMenuOrPendingIcon = (
<View style={[styles.flexRow]}>
{isJoinRequestPending && (
<View style={[styles.flexRow, styles.gap2, styles.alignItemsCenter, styles.flex1, styles.justifyContentEnd, isNarrow && styles.workspaceListBadge]}>
<View style={[styles.flexRow, styles.gap2, styles.alignItemsCenter, styles.justifyContentEnd]}>
<Badge
text={translate('workspace.common.requested')}
textStyles={styles.textStrong}
Expand Down
6 changes: 0 additions & 6 deletions src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3362,12 +3362,6 @@ const styles = (theme: ThemeColors) =>
marginLeft: 84,
},

workspaceListBadge: {
flexDirection: 'column',
justifyContent: 'flex-start',
marginTop: 6,
},

workspaceListRBR: {
flexDirection: 'column',
justifyContent: 'flex-start',
Expand Down

0 comments on commit 936f24b

Please sign in to comment.