Enqueue Style Only On Certain Pages Not Working

UPDATE:
It looks like it has something to do with the URL. For some reason I can view the page at /who-we-are-2 and it looks normal, minus the scripts/styles I am trying to enqueue. But the page should really be at /about/who-we-are-2 as About is the parent page. If I go to /about/who-we-are-2 it works perfectly. /about/who-we-are-2 is what is in the nav and the URL that users will see so we’re all good. And obviously my enqueue wouldn’t work on /who-we-are-2 since my if statement didn’t call for that page. So ultimately, problem solved. But I’d love to know why I can view the page at /who-we-are-2 if anyone knows!