fix(welcome, rn): key warning for unsafe room warning (#13626)

pull/13620/head jitsi-meet_8849
Gabriel Borlea 1 year ago committed by GitHub
parent 965a6981db
commit 2253393ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      react/features/base/util/getUnsafeRoomText.native.ts

@ -21,6 +21,7 @@ export default function getUnsafeRoomText(state: IReduxState, t: Function, conte
const link = React.createElement(Link, {
url: securityUrl,
children: 'here',
key: 'support-link',
style: { color: BaseTheme.palette.action01 } });
const options = {

Loading…
Cancel
Save