Skip to content

Commit

Permalink
Merge pull request #113 from credebl/98-back-button-for-schema-cred-def
Browse files Browse the repository at this point in the history
fix: remove alert message
  • Loading branch information
nishad-ayanworks authored Aug 17, 2023
2 parents 6aff7d3 + 2f528e0 commit fae803b
Show file tree
Hide file tree
Showing 4 changed files with 319 additions and 242 deletions.
2 changes: 1 addition & 1 deletion src/commonComponents/SchemaCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const SchemaCard = (props: { schemaName: string, version: string, schemaId: stri
</div>
<div className='float-right ml-auto '>
<p className='dark:text-white'>
{dateConversion(props.created)}
Created: {dateConversion(props.created)}
</p>
</div>
</div>
Expand Down
Loading

0 comments on commit fae803b

Please sign in to comment.