Revert "ConversationStart changed for notes/normal channel"
This reverts commit 74297085d7.
pull/1049/head
parent
b27bc0bec0
commit
c9c684ab9d
|
|
@ -30,13 +30,7 @@ export default observer(({ channel }: Props) => {
|
||||||
<StartBase>
|
<StartBase>
|
||||||
<h1>{getChannelName(channel, true)}</h1>
|
<h1>{getChannelName(channel, true)}</h1>
|
||||||
<h4>
|
<h4>
|
||||||
<Text
|
<Text id="app.main.channel.start.group" />
|
||||||
id={
|
|
||||||
channel.channel_type === "SavedMessages"
|
|
||||||
? "app.main.channel.start.saved"
|
|
||||||
: "app.main.channel.start.group"
|
|
||||||
}
|
|
||||||
/>
|
|
||||||
</h4>
|
</h4>
|
||||||
</StartBase>
|
</StartBase>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue