Only output HTML for a WordPress menu location, if a menu is set for that location

Otherwise it falls back to echoing another menu (the first?) instead of nothing.

<?= wp_nav_menu( [ 'echo' => false, 'fallback_cb' => false, 'theme_location' => 'footer-2-a' ] ) ?: ''; ?>