Skip to content

Commit

Permalink
Merge pull request #516 from credebl/merge-dev-main
Browse files Browse the repository at this point in the history
merge: dev to main
  • Loading branch information
nishad-ayanworks authored Dec 29, 2023
2 parents 2675493 + 1af2d64 commit 6f99358
Show file tree
Hide file tree
Showing 3 changed files with 461 additions and 468 deletions.
26 changes: 13 additions & 13 deletions src/components/Issuance/IssuedCrdentials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,18 +125,18 @@ const CredentialList = () => {
</span>
),
},
{
data: issuedCredential?.isRevocable ? (
<Button
disabled
className='text-base font-medium text-center text-white bg-primary-700 rounded-lg hover:bg-primary-800 focus:ring-4 focus:ring-primary-300 sm:w-auto dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800"'
>
Revoke
</Button>
) : (
<span className="text-gray-400">Non revocable</span>
),
},
// {
// data: issuedCredential?.isRevocable ? (
// <Button
// disabled
// className='text-base font-medium text-center text-white bg-primary-700 rounded-lg hover:bg-primary-800 focus:ring-4 focus:ring-primary-300 sm:w-auto dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800"'
// >
// Revoke
// </Button>
// ) : (
// <span className="text-gray-400">Non revocable</span>
// ),
// },
],
};
},
Expand Down Expand Up @@ -192,7 +192,7 @@ const CredentialList = () => {
{ columnName: 'Schema Name' },
{ columnName: 'Date' },
{ columnName: 'Status' },
{ columnName: 'Action' },
// { columnName: 'Action' },
];

return (
Expand Down
Loading

0 comments on commit 6f99358

Please sign in to comment.