diff --git a/src/components/structures/TabbedView.js b/src/components/structures/TabbedView.js index e6d61a2125..01c68fad62 100644 --- a/src/components/structures/TabbedView.js +++ b/src/components/structures/TabbedView.js @@ -17,7 +17,7 @@ limitations under the License. */ import * as React from "react"; -import {_t} from '../../languageHandler';`` +import {_t} from '../../languageHandler'; import PropTypes from "prop-types"; import sdk from "../../index";