Lowercase room name in url path

This commit is contained in:
Mészáros Mihály
2020-04-16 22:32:34 +02:00
parent efc721ded7
commit effdd3005b
+1 -1
View File
@@ -14,7 +14,7 @@ const App = (props) =>
room
} = props;
const { id } = useParams();
const id = useParams().id.toLowerCase();
useEffect(() =>
{