From ac6b03551adf81574ab7666acbc6222c9525bf0c Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 28 Aug 2019 11:24:11 +0100 Subject: [PATCH] Describe props default Co-Authored-By: Travis Ralston --- src/components/views/auth/ServerConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/auth/ServerConfig.js b/src/components/views/auth/ServerConfig.js index 7d7a99a79c..427bb73e78 100644 --- a/src/components/views/auth/ServerConfig.js +++ b/src/components/views/auth/ServerConfig.js @@ -51,7 +51,7 @@ export default class ServerConfig extends React.PureComponent { submitClass: PropTypes.string, // Whether the flow this component is embedded in requires an identity - // server when the homeserver says it will need one. + // server when the homeserver says it will need one. Default false. showIdentityServerIfRequiredByHomeserver: PropTypes.bool, };