Merge pull request #5417 from matrix-org/t3chguy/fix/15698

Fix the feedback not closing without feedback/countly
pull/21833/head
Michael Telatynski 2020-11-12 10:41:36 +00:00 committed by GitHub
commit b32a2c1b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,8 +48,8 @@ export default (props) => {
title: _t('Feedback sent'),
description: _t('Thank you!'),
});
props.onFinished();
}
props.onFinished();
};
const brand = SdkConfig.get().brand;