switch bailout

This commit is contained in:
Katie Kroell 2026-02-04 11:59:54 -05:00
parent c7ffbfa6cf
commit 4a87654362

View file

@ -10,7 +10,7 @@ function canBailoutNavigateBack() {
switch (code) {
case BailoutCode.VehicleNotFound:
case BailoutCode.DoNotSeeMyShop:
case BailoutCode.RequestCallback:
case BailoutCode.TPANotEnabled:
return true;