Skip to content

Commit

Permalink
fix: exemption cert never loads if customer is guest
Browse files Browse the repository at this point in the history
  • Loading branch information
bporcelli committed Jul 30, 2022
1 parent 587fb34 commit f145f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/js/meta-box.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jQuery(function($) {
_this.set('certificates', {});

if (!customerId) {
_this.set('loading', false);
return;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/js/meta-box.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f145f1a

Please # to comment.