Skip to content

Commit 0fc4625

Browse files
committed
Remove active category in the cache key
- Fix integration tests;
1 parent 8ee9830 commit 0fc4625

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

app/code/Magento/Theme/view/frontend/templates/html/topmenu.phtml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ $widgetOptions = [
1818
[
1919
'responsive' => true,
2020
'expanded' => true,
21-
'position' => ['my' => 'left top', 'at' => 'left bottom']
22-
])
21+
'position' => [
22+
'my' => 'left top',
23+
'at' => 'left bottom'
24+
]
25+
]
26+
)
2327
];
2428
$widgetOptionsJson = $jsonSerializer->serialize($widgetOptions);
2529
?>

0 commit comments

Comments
 (0)