Skip to content

Commit

Permalink
Add return
Browse files Browse the repository at this point in the history
  • Loading branch information
juniusfree committed Mar 3, 2024
1 parent 898a9ff commit a900771
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ const CommandBanner = ({ baseBanner, activeOrg, customBanner }) => {
};
if (!assetId) {
onCompleted();
return;
}
await deleteBanner({
variables: {
Expand Down

0 comments on commit a900771

Please sign in to comment.