Skip to content

Commit

Permalink
fix: Discussion tests failing (#6102)
Browse files Browse the repository at this point in the history
  • Loading branch information
OtavioStasiak authored Jan 23, 2025
1 parent 6e789c6 commit 494e591
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/views/CreateDiscussionView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,6 @@ class CreateDiscussionView extends React.Component<ICreateChannelViewProps, ICre
<ScrollView {...scrollPersistTaps}>
<Text style={[styles.description, { color: themes[theme].fontDefault }]}>{I18n.t('Discussion_Desc')}</Text>
<View style={{ gap: 12, paddingTop: 12 }}>
<SelectChannel
server={server}
userId={user.id}
token={user.token}
initial={this.channel && { text: getRoomTitle(this.channel) }}
onChannelSelect={this.selectChannel}
blockUnauthenticatedAccess={blockUnauthenticatedAccess}
serverVersion={serverVersion}
/>
<SelectChannel
server={server}
userId={user.id}
Expand Down

0 comments on commit 494e591

Please sign in to comment.