Skip to content

Commit 90b3789

Browse files
committed
Rename store properly
1 parent 04c961f commit 90b3789

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

view/frontend/templates/script/component/category/add-to-wishlist.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use Magento\Framework\View\Element\Template;
2020
const customerSection = await Alpine.store('LocalStorage').get('customer');
2121
if (!customerSection.fullname) {
2222
const message = '<?= $escaper->escapeHtml(__('You need to login to use the wishlist')) ?>';
23-
Alpine.store('LokiMessageStore').addNoticeMessage(message);
23+
Alpine.store('Message').addNoticeMessage(message);
2424
return;
2525
}
2626

0 commit comments

Comments
 (0)