Fix the feedback not closing without feedback/countly

pull/21833/head
Michael Telatynski 2020-11-11 16:54:11 +00:00
parent f73573881e
commit b2366c38ba
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;