Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed Nov 26, 2024
1 parent aee598b commit 9dddf97
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
{% hook 'actions' %}
</div>
</div>


Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
{{ ux_icon('tabler:repeat', {'class': 'icon dropdown-item-icon'}) }}
{{ 'sylius_refund.ui.refunds'|trans }}
</a>

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set refund_payment = hookable_metadata.context.refund_payment %}

<td class="py-2">
<strong {{ sylius_test_html_attribute('refundd-payment-method') }}>{{ refund_payment.paymentMethod }}</strong>
<strong {{ sylius_test_html_attribute('refund-payment-method') }}>{{ refund_payment.paymentMethod }}</strong>
</td>
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@
</div>
</div>
</div>


0 comments on commit 9dddf97

Please sign in to comment.