fix: edit payment transaction

This commit is contained in:
Ahmed Bouhuolia
2025-10-29 12:54:12 +02:00
parent 98401b5a01
commit fc89cfb14a
13 changed files with 57 additions and 77 deletions

View File

@@ -15,7 +15,7 @@ const applyToTypeAccessor = (rule) => {
};
const conditionsAccessor = (rule) => (
<span style={{ fontSize: 12, color: '#5F6B7C' }}>
<span style={{ fontSize: 12 }}>
{rule.conditions_formatted}
</span>
);