moved return statement to correct place
This commit is contained in:
parent
a9e6c8a938
commit
e6773fad68
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ export function ErrorBannerMessage(bannerErrorCode) {
|
|||
break;
|
||||
default:
|
||||
errorMessage = `Unknown Error Code - ${bannerErrorCode} Encountered`;
|
||||
return errorMessage;
|
||||
}
|
||||
return errorMessage;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue