Skip to content

Commit e81b80c

Browse files
committed
[star-rating] Fix widget close button if there is no custom parameter
1 parent c192980 commit e81b80c

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)