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