mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 08:38:37 +00:00
ConversationStart changed for notes/normal channel
This commit is contained in:
@@ -30,7 +30,13 @@ export default observer(({ channel }: Props) => {
|
|||||||
<StartBase>
|
<StartBase>
|
||||||
<h1>{getChannelName(channel, true)}</h1>
|
<h1>{getChannelName(channel, true)}</h1>
|
||||||
<h4>
|
<h4>
|
||||||
<Text id="app.main.channel.start.group" />
|
<Text
|
||||||
|
id={
|
||||||
|
channel.channel_type === "SavedMessages"
|
||||||
|
? "app.main.channel.start.saved"
|
||||||
|
: "app.main.channel.start.group"
|
||||||
|
}
|
||||||
|
/>
|
||||||
</h4>
|
</h4>
|
||||||
</StartBase>
|
</StartBase>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user