generated from AdobeDocs/dev-site-documentation-template
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c898d4
commit 616e7fb
Showing
3 changed files
with
115 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
src/@adobe/gatsby-aio-theme/components/GetCredential/Card/CardClientId.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
import React from 'react' | ||
import ShowCard from './ShowCard' | ||
import React from 'react' | ||
import ShowCard from './ShowCard' | ||
|
||
const CardClientId = ({ cardClientId, clientId }) => { | ||
return ( | ||
<ShowCard heading={cardClientId?.heading} value={clientId} /> | ||
) | ||
} | ||
const CardClientId = ({ cardClientId, clientId }) => { | ||
return ( | ||
<ShowCard heading={cardClientId?.heading} value={clientId} /> | ||
) | ||
} | ||
|
||
export { CardClientId } | ||
export { CardClientId } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters