Replace the constructor’s code in the app/code/WeltPixel/EnhancedEmail/Block/MenuLine.php
file from
$this->_storeId = $this->_storeManager->getStore()->getId();
$this->_helper = $_helper;
parent::__construct($context, $nodeFactory, $treeFactory, $data);
to
parent::__construct($context, $nodeFactory, $treeFactory, $data);
$this->_storeId = $this->_storeManager->getStore()->getId();
$this->_helper = $_helper;