Fix the feedback not closing without feedback/countly

This commit is contained in:
Michael Telatynski 2020-11-11 16:54:11 +00:00
parent f73573881e
commit b2366c38ba

View file

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