Lowercase room name in url path
This commit is contained in:
@@ -14,7 +14,7 @@ const App = (props) =>
|
||||
room
|
||||
} = props;
|
||||
|
||||
const { id } = useParams();
|
||||
const id = useParams().id.toLowerCase();
|
||||
|
||||
useEffect(() =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user