fix dual action
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user