group chat init
This commit is contained in:
@@ -36,7 +36,7 @@ const Group: FC<GroupsBlockProps> = () => {
|
||||
|
||||
<Routes>
|
||||
<Route path="home" element={<Posts groupId={groupId} />} />
|
||||
<Route path="chat" element={<Chat />} />
|
||||
<Route path="chat" element={<Chat groupId={groupId} />} />
|
||||
<Route path="contests" element={<Contests />} />
|
||||
<Route
|
||||
path="*"
|
||||
|
||||
Reference in New Issue
Block a user