You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-16 06:42:26 +03:00
Fix lint error in LazyLoadingResyncDialog.js
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
@@ -20,7 +20,8 @@ import { _t } from '../../../languageHandler';
|
|||||||
|
|
||||||
export default (props) => {
|
export default (props) => {
|
||||||
const description =
|
const description =
|
||||||
_t("Riot now uses 3-5x less memory, by only loading information about other users when needed. Please wait whilst we resynchronise with the server!");
|
_t("Riot now uses 3-5x less memory, by only loading information about other users"
|
||||||
|
+ " when needed. Please wait whilst we resynchronise with the server!");
|
||||||
|
|
||||||
return (<QuestionDialog
|
return (<QuestionDialog
|
||||||
hasCancelButton={false}
|
hasCancelButton={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user