Saturday, June 28, 2025
30.6 C
Singapore

Chen Shao Mao steps down as Treasurer of the Worker’s Party

By: Kheng-Liang Tan

Chen Show Mao has stepped down from his position from the Treasurer of the Worker’s Party. This comes just three months after assuming the role in June for a two-year term.

This is his second term as Treasurer, after first being elected in 2014.

After his resignation, Chen remains a council member and will be succeeded by deputy treasurer NCMP Dennis Tan.

- Advertisement -

Earlier in June, there was speculation of internal rife within the Worker’s Party after Low Thia Khiang had narrowly survived being challenged for the position of Secretary-General by Chen.

However, Chen failed to do so after gathering 45 votes to Mr. Low’s 61.

Last September, the party managed to retain its Aljunied GRC ward with a razor thin 0.95% margin.

Both Mr. Low and Chen has declined comment.

See also  Ryde faced with 2,000 phantom bookings from 300 fake accounts, IP addresses linked to ‘Grabtaxi Pte Ltd’

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); } });