We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da89cc commit 273952eCopy full SHA for 273952e
packages/tdb-dashboard/src/components/ChangeDiffComponent.js
@@ -110,7 +110,7 @@ export const ChangeDiffComponent = () => {
110
<Card.Body>
111
{currentCRObject.status === SUBMITTED &&
112
<ReviewComponent/> }
113
- {!loading && <DiffView diffs={result} CRObject={currentCRObject} start={start} setStart={setStart}/>}
+ {!loading && <DiffView diffs={result} frames={frames} CRObject={currentCRObject} start={start} changePage={changePage}/>}
114
</Card.Body>
115
</Card>
116
</Tab>
0 commit comments