Fix SonarQube issues

This commit is contained in:
Aditya Toshniwal
2024-02-22 16:54:20 +05:30
parent 125d36e7d2
commit 29e85a6b06
26 changed files with 74 additions and 141 deletions
@@ -771,8 +771,4 @@ ResultGridComponent.propTypes = {
transId: PropTypes.number,
sourceData: PropTypes.object,
targetData: PropTypes.object,
'sourceData.sid': PropTypes.number,
'sourceData.did': PropTypes.number,
'targetData.sid': PropTypes.number,
'targetData.did': PropTypes.number,
};
@@ -810,6 +810,4 @@ export function SchemaDiffCompare({ params }) {
SchemaDiffCompare.propTypes = {
params: PropTypes.object,
'params.transId': PropTypes.number,
};