fix dual action

This commit is contained in:
2025-11-24 15:57:12 +07:00
parent 908788f41d
commit 1cd9cf765c

View File

@@ -85,7 +85,7 @@ const CardList = ({
<React.Fragment key={index}>
{!itemCard.hidden &&
itemCard.title !== 'No' &&
itemCard.title !== 'Aksi' && (
itemCard.title !== 'Action' && (
<p style={{ margin: '8px 0' }}>
<Text strong>{itemCard.title}:</Text>{' '}
{itemCard.render