Removes missing payement message

I've checked staging, and I could not find this message, nor the entry in the en.yml file - I think we're not rendering this message currently, hence, the removal.
This commit is contained in:
filipefurtad0
2024-03-20 12:30:20 +00:00
parent e182365006
commit acc036b1d7

View File

@@ -20,5 +20,3 @@
- if @payments.any?
= render partial: 'list', locals: { payments: @payments }
- else
.alpha.twelve.columns.no-objects-found= t(:order_has_no_payments)