Skip to content

Commit 2812cb5

Browse files
authored
Merge pull request #6396 from Countly/feedback-close
[star-rating] Fix widget close button if there is no custom parameter
2 parents c192980 + e81b80c commit 2812cb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/star-rating/frontend/public/templates/feedback-popup.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@
472472
}
473473
catch (error) {
474474
custom = {};
475+
isCloseButtonVisible = platform === 'Web';
475476
}
476477

477478
if (!isCloseButtonVisible) {

0 commit comments

Comments
 (0)