Skip to content

Commit 160a509

Browse files
committed
fix TargetItem displayName
Signed-off-by: Scott J Dickerson <[email protected]>
1 parent 0b4ac83 commit 160a509

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/app/pages/migration-targets/components/dnd/target-item.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ export const TargetItem = forwardRef<HTMLDivElement, TargetItemProps>(
4343
}
4444
);
4545

46-
TargetItem.displayName = "Item";
46+
TargetItem.displayName = "TargetItem";

0 commit comments

Comments
 (0)