mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
remove outdated TODO
This commit is contained in:
parent
b2f01b8438
commit
e525d046c7
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user