remove outdated TODO

pull/21833/head
Michael Telatynski 2021-06-01 10:49:19 +01:00
parent b2f01b8438
commit e525d046c7
1 changed files with 0 additions and 1 deletions

View File

@ -441,7 +441,6 @@ const SpaceSetupFirstRooms = ({ space, title, description, onFinished }) => {
const [error, setError] = useState("");
const numFields = 3;
const placeholders = [_t("General"), _t("Random"), _t("Support")];
// TODO vary default prefills for "Just Me" spaces
const [roomNames, setRoomName] = useStateArray(numFields, [_t("General"), _t("Random"), ""]);
const fields = new Array(numFields).fill(0).map((_, i) => {
const name = "roomName" + i;