Skip to content

Commit

Permalink
Merge pull request #66 from Sphereon-Opensource/feature/SPRIND-109
Browse files Browse the repository at this point in the history
chore: fixes
  • Loading branch information
BtencateSphereon authored Nov 8, 2024
2 parents c88c54e + b2ea3fd commit 2c28dd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const getImageSize = async (image: string): Promise<IImageDimensions | undefined
}
}

const toCredentialDetailsRow = async ({
export const toCredentialDetailsRow = async ({
object,
subject,
issuer,
Expand Down
1 change: 1 addition & 0 deletions packages/credential-branding/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export type CredentialDetailsRow = {
isEditable?: boolean
status?: LabelStatus
imageSize?: ImageSize
onPress?: () => Promise<void> // FIXME rethink how we going to handle values we want to be able to edit. maybe based on onPress we can show the icon and we do not need isEditable
}

export type LabelStatus = CredentialStatus | IssuerStatus
Expand Down

0 comments on commit 2c28dd9

Please sign in to comment.