Skip to content

Commit c282a2d

Browse files
committed
Fixed frontend build
1 parent e12c7ce commit c282a2d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/bundle/Resources/public/js/scripts/helpers/tooltips.helper.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,7 @@ const getContainer = (tooltipNode) => {
131131
return modalContainer;
132132
}
133133

134-
return tooltipContainerSelector
135-
? tooltipNode.closest(tooltipContainerSelector)
136-
: 'body';
134+
return tooltipContainerSelector ? tooltipNode.closest(tooltipContainerSelector) : 'body';
137135
};
138136
const initializeTooltip = (tooltipNode, hasEllipsisStyle) => {
139137
const { delayShow, delayHide } = tooltipNode.dataset;

0 commit comments

Comments
 (0)