ADVERTISEMENT

SB19's Justin recalls being called 'suplado' by Filipino airport worker in LA

Published Aug 26, 2026 01:23 pm

At A Glance

  • SB19's Justin De Dios recalls an uncomfortable encounter with a Filipino airport employee in Los Angeles who allegedly confronted their manager and called her "suplada."

SB19 member Justin De Dios recalled an uncomfortable encounter with a Filipino airport employee in Los Angeles, saying he found the man's comments toward the group's manager disrespectful.

Justin talked about the incident in SB19's latest YouTube vlog, recalling what happened after the group landed in LA and was waiting to collect their luggage.

The situation began when an elderly Filipino woman approached the group and asked for photos.

According to Justin, manager Leah Gonzales politely asked the woman to wait until the members had finished getting their bags. The woman eventually got her photos with the members once they were free.

It was what happened afterward that bothered Justin.

He said an airport employee who had overheard Leah's request approached her and asked for her name before telling her, "Suplada ka, ah."

Justin questioned why the employee reacted that way when Leah had not been speaking to him in the first place.

"Maayos naman 'yung pagkakasabi nung manager namin, tapos hindi naman siya 'yung kausap. Na-overheard lang... hindi naman technically pinipigilan, nakapagpa-picture na nga eh," he said.

Justin said the employee did not stop there. He recalled that the man continued making remarks about Leah and the group, including questioning why SB19 members would not immediately pose for photos with people who approached them.

Among the comments Justin remembered was, "Di pa nga sikat, 'di na nagpapa-picture."

The employee also reportedly talked about his own encounters with celebrities and showed photos of himself with famous personalities, according to Justin.

Rather than immediately responding, Justin said he tried to understand what the employee was saying before deciding whether to confront him.

"Si kuya na nagwo-work doon sa airport, bakit siya nagre-react ng ganon? Ako ang ginagawa ko nung time na 'yun, pinapakinggan ko siya maigi kung ano 'yung point niya," Justin recalled.

He eventually decided against escalating the situation.

"But the thing is... parang ang hirap lang gumalaw kasi parang siyempre delikado and all, pero talagang as in super disrespectful," he said.

The encounter continued when the employee approached Justin directly and asked if he was part of SB19.

Justin also recalled the man pointing out fans waiting outside the airport. At one point, the employee reportedly called the fans through a video call and showed them on his phone.

Justin said he and the rest of the group, along with Leah, ultimately chose not to engage further.

For him, the incident was particularly uncomfortable because the person involved was also Filipino.

"Well, sa mga past tours naman namin, hindi naman ganon 'yung na-experience namin. Pero like sa Filipino pa namin mae-experience 'yung ganon. Tapos parang, it's very normal sa kanila. Tapos parang kami pa 'yung mali," Justin said.

He ended his recollection with a sarcastic remark about the group's arrival in Los Angeles.

"Grabe, wow, the welcome committee sa pag-land ng LA... Shoutout to you, kuya!" he said.

Related Tags

SB19 Justin De Dios SB19 Justin Leah Gonzales Filipino airport employee Los Angeles airport incident
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ static_articles_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.