1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

I can't type

This commit is contained in:
David Baker
2017-03-27 17:00:05 +01:00
parent a230354dbe
commit 9125c1b2cc

View File

@@ -212,7 +212,7 @@ module.exports = React.createClass({
}); });
// If the query is a valid address, add an entry for that // If the query is a valid address, add an entry for that
// This i simportant, otherwise there's no way to invite // This is simportant, otherwise there's no way to invite
// a perfectly valid address if there are close matches. // a perfectly valid address if there are close matches.
const addrType = getAddressType(query); const addrType = getAddressType(query);
if (addrType !== null) { if (addrType !== null) {