Skip to content

Commit 01c6987

Browse files
committed
AC-13683::Investigate latest patch version of grunt-eslint
1 parent d632f95 commit 01c6987

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/AdminNotification/view/adminhtml/web/js/grid

1 file changed

+1
-1
lines changed

app/code/Magento/AdminNotification/view/adminhtml/web/js/grid/listing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ define([
5555
if ($messagesBlock.length) {
5656
resultHeight += $messagesBlock.outerHeight();
5757
}
58-
58+
5959
if ($collapsibleBlock.length && $collapsibleBlock.is(':visible') && !closed) {
6060
resultHeight += $collapsibleBlock.outerHeight();
6161
}

0 commit comments

Comments
 (0)