Skip to content

Commit

Permalink
Fix static test.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalevanec authored and saphaljha committed Apr 29, 2019
1 parent 9b9d451 commit 6645cb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ define([
navigate: function () {
var self = this;

if(!self.hasShippingMethod()) {
if (!self.hasShippingMethod()) {
this.isVisible(false);
stepNavigator.setHash('shipping');
} else {
Expand Down

0 comments on commit 6645cb2

Please sign in to comment.