fix: remove pairForEdit prop from RightSidePanel

This commit is contained in:
karishmas6
2024-08-06 02:31:57 +05:30
parent 00e81a811f
commit cd75984388

View File

@@ -123,7 +123,7 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => {
<BrowserContent />
</Grid>
<Grid item xs={2}>
<RightSidePanel pairForEdit={pairForEdit} />
<RightSidePanel />
</Grid>
</Grid>
: <Loader />}