mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -05:00
Revert "ConversationStart changed for notes/normal channel"
This reverts commit 74297085d7
.
This commit is contained in:
parent
7af2bce00e
commit
d1b686945a
1 changed files with 1 additions and 7 deletions
|
@ -30,13 +30,7 @@ export default observer(({ channel }: Props) => {
|
|||
<StartBase>
|
||||
<h1>{getChannelName(channel, true)}</h1>
|
||||
<h4>
|
||||
<Text
|
||||
id={
|
||||
channel.channel_type === "SavedMessages"
|
||||
? "app.main.channel.start.saved"
|
||||
: "app.main.channel.start.group"
|
||||
}
|
||||
/>
|
||||
<Text id="app.main.channel.start.group" />
|
||||
</h4>
|
||||
</StartBase>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue