91³Ô¹ÏÍø

Watch CBS News

How some Nevada voters see the affordable housing crisis

Las Vegas — For nearly a year now, 32-year-old renter Mason Cunha and his realtor have been struggling to find the right home in Las Vegas at the right price.

What's keeping Cunha from purchasing a home?

"It just doesn't really make sense right now to buy a home with the interest rates where they are, and with the inventory what it is," Cunha said.

Vice President Kamala Harris has said that if she wins the general election in November, she plans to work with the private sector to build three million new homes and rental units.

Cunha, a Harris supporter, is in favor of the proposal.

"I think it's going to definitely help, if you were to double or triple or quadruple the inventory," Cunha said.

Harris is also proposing outlawing price fixing by corporate landlords and giving first-time homebuyers who have paid their rent on time for two years with up to $25,000 in down payment assistance.

"I would want to review what the qualifications are for that," said 32-year-old Andrew Lum of Las Vegas, a wedding DJ and married father. "Where is that $25,000 coming from?"

Lum sold his home when his family expanded. He now rents a bigger house but he can't afford to buy. Lum says his life was better when former President Donald Trump was in office.

"In 2020 we were able to buy a home," Lum said. "We were able to buy it at an interest rate that was possible. We were able to buy it with, you know, minimal down payments."

Trump's plan involves reducing mortgage rates by slashing inflation. Trump has also said he would open limited portions of federal lands to allow for new home construction, a plan the Biden administration is . As an example, one such 20-acre plot in Las Vegas was recently transferred from the federal government to Clark County, and now it has been designated for affordable housing.

According to the Congressional Research Service, 80.1% of the land in Nevada is owned by the federal government.

Trump has also said that that his promised mass deportations will make more housing available. It is an argument that both Lum and Cunha don't seem to agree with.

"It just seems a little farfetched to me that all the houses are being purchased by immigrants," Lum said.
 
"I think everything that Trump says has to be taken with a really aggressive grain of salt because he is known to inflate the truth," Cunha said.  

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });