Remove a word

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Šimon Brandner 2021-07-09 10:32:43 +02:00 committed by GitHub
parent 5b5ef5e04c
commit 88a5969f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ const NetworkDropdown = ({ onOptionChange, protocols = {}, selectedServerName, s
const protocolsList = server === hsName ? Object.values(protocols) : [];
if (protocolsList.length > 0) {
// add a fake protocol with the ALL_ROOMS
// add a fake protocol with ALL_ROOMS
protocolsList.push({
instances: [{
fields: [],