Ieva graduated from LCC in 2011 with the Bachelor’s degree in the Business Administration. She also received Master’s degree (MSc) in Food Identity from Groupe Ecole superieure d’Agriculture d’Angers in France.
Ieva is Food Editor “Beatos virtuvėje“ (Eng. “In Beata’s Kitchen”) for magazines, new books and TV programs.
window.addEventListener('message', function(event) {
console.log('Received postMessage event:', event);
// Check for a specific message if needed
if (event.data === 'chatClosed') {
console.log('The chat has been closed.');
// You could hide the chat container here, e.g.,
// document.getElementById('chatbox').style.display = 'none';
}
});