Skip to content

Commit

Permalink
Update packages/elements-core/src/components/Docs/HttpOperation/Callb…
Browse files Browse the repository at this point in the history
…acks.tsx

Co-authored-by: Daniel A. White <daniel.white@smartbear.com>
  • Loading branch information
Jakub Jankowski and Daniel A. White authored Dec 21, 2023
1 parent 219ba0d commit 4da75fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const Callback = ({ data, isCompact }: CallbackProps) => {
<OperationHeader
id={data.id}
method={data.method}
path={`${data.path}`}
path={data.path}
isDeprecated={isDeprecated}
isInternal={isInternal}
hideServerUrl
Expand Down

0 comments on commit 4da75fe

Please sign in to comment.