mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Add misiing _tJsx import
This commit is contained in:
parent
fceccfc503
commit
59815359f8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ limitations under the License.
|
|||
'use strict';
|
||||
|
||||
import React from 'react';
|
||||
import { _t } from '../../../languageHandler';
|
||||
import { _t, _tJsx } from '../../../languageHandler';
|
||||
|
||||
var DIV_ID = 'mx_recaptcha';
|
||||
|
||||
|
|
Loading…
Reference in a new issue