Skip to content

Commit

Permalink
fix: remove duplicate code
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Waske <[email protected]>
  • Loading branch information
GHkrishna committed Jun 5, 2024
1 parent 9bd980f commit 63d323f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/components/Issuance/ConnectionList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {getConnectionsByOrg,
import type {IConnectionListAPIParameter} from '../../api/connection'
import type { TableData } from '../../commonComponents/datatable/interface';
import { apiStatusCodes, storageKeys } from '../../config/CommonConstant';
import { apiStatusCodes, storageKeys } from '../../config/CommonConstant';
import { AlertComponent } from '../AlertComponent';
import { dateConversion } from '../../utils/DateConversion';
import DateTooltip from '../Tooltip';
Expand Down
4 changes: 1 addition & 3 deletions src/components/Issuance/Issuance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ const IssueCred = () => {

return {
connectionId: user.connectionId,
attributes: attributesArray,
connectionId: user.connectionId,
attributes: attributesArray,
attributes: attributesArray
};
});

Expand Down

0 comments on commit 63d323f

Please sign in to comment.