Skip to content

Commit

Permalink
fix: uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
nickreynolds committed Apr 17, 2024
1 parent 597429e commit febd4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export type IAgentExplorerPlugin = {
/** Returns an array of supported chat message types */
supportedChatMessages?: string[];

/** Returns a react component for a given DIDComm message
/** Returns a react component for a given DIDComm message */
getMessageComponent?: (message: IMessage) => React.FC | undefined;

/** Returns an array of react components and labels that will be displayed as tabs in the indentifier profile page */
Expand Down

0 comments on commit febd4f2

Please sign in to comment.