Thursday, June 26, 2025
32.3 C
Singapore

HDB says it did not ask pregnant mother to move because of Zika

Facebook user Sherynn Ellyadi said in her Facebook yesterday (29 Aug) that upon realising that there was a “pregnant lady residing in this unit,” HDB rang up her mother to demand her “to move out by this or the next Wednesday latest.” She claimed that HDB had expedited her relocation to Punggol.

HDB however has denied that it had asked the woman to evacuate because of the Zka scare in the area. HDB said that as the woman’s flat in Punggol is ready, it arranged for her to collect the keys today (30 Aug).

Sherynn’s mother, Madam Lela, however stands by her daughter’s version of events. “HDB informed us that once we collect the key, we should move out as soon as possible because my daughter is pregnant,” said Madam Lela.

Sherynn, 28, is due to give birth to a boy this week. She was living in a three-room interim rental flat in Sims Drive with her husband, mother and her five young sons. She has since moved out to her mother-in-law’s flat in Woodlands. Her Built-To-Order flat in Punggol was originally to have been ready in September.

See also  Too Many Credit Cards? Here Are 3 Tips For Managing Your Cards

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });