mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-07 01:03:34 +02:00
Make public room not show hash symbol
This commit is contained in:
@@ -606,7 +606,8 @@ export function App() {
|
||||
<span className="flex flex-wrap items-baseline gap-x-2 min-w-0 flex-1">
|
||||
<span className="flex-shrink-0">
|
||||
{activeConversation.type === 'channel' &&
|
||||
!activeConversation.name.startsWith('#')
|
||||
!activeConversation.name.startsWith('#') &&
|
||||
activeConversation.name !== 'Public'
|
||||
? '#'
|
||||
: ''}
|
||||
{activeConversation.name}
|
||||
|
||||
Reference in New Issue
Block a user