Skip to content

Commit

Permalink
Merge pull request #1457 from kleros/fix(web)--fix-variable-names
Browse files Browse the repository at this point in the history
fix(web): fix-prop-name-changed
  • Loading branch information
alcercu authored Jan 25, 2024
2 parents 98c37da + dd2d8f7 commit 501f7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/Resolver/Preview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const Preview: React.FC = () => {
<Header>Preview</Header>
<StyledCard>
<PreviewContainer>
<DisputeContext disputeTemplate={disputeTemplate} />
<DisputeContext disputeDetails={disputeTemplate} />
<Divider />

<DisputeInfo
Expand Down

0 comments on commit 501f7f3

Please sign in to comment.