Skip to content

Commit

Permalink
Merge pull request #6135 from U-Mebius/dev/fix_unnecessary_branche
Browse files Browse the repository at this point in the history
不要な分岐をなくす
  • Loading branch information
shinya authored Apr 17, 2024
2 parents 1418ba6 + 2bcc2cd commit 792d476
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,7 @@ file that was distributed with this source code.
files: [
{% if form.payment_image.vars.value is not empty %}
{
{% if form.payment_image.vars.value == oldPaymentImage %}
source: '{{ form.payment_image.vars.value }}',
{% else %}
source: '{{ form.payment_image.vars.value }}',
{% endif %}
options: {
type: 'local'
}
Expand Down

0 comments on commit 792d476

Please sign in to comment.