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 6cb8e1d158
commit da429cf1b5
+1 -1
View File
@@ -14,7 +14,7 @@ const App = (props) =>
room
} = props;
const { id } = useParams();
const id = useParams().id.toLowerCase();
useEffect(() =>
{