Skip to content

Commit

Permalink
fix(checkout): remove missing style.css error
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Apr 16, 2024
1 parent 1df4cad commit a382771
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Script/Service/PsFrontendScriptService.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public function register($controller, string $path): void
$checkoutPath = "{$path}views/js/frontend/checkout";

$this->addLocalScript($controller, self::HANDLE_CHECKOUT, "$checkoutPath/dist/index.iife.js");
$this->addLocalStyle($controller, self::HANDLE_CHECKOUT, "$checkoutPath/dist/style.css");
}

/**
Expand Down

0 comments on commit a382771

Please sign in to comment.