Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
lache-melvin committed Oct 23, 2024
1 parent 8110aca commit e4d36e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/packages/system/src/Item/DetailView/DetailView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ export const ItemDetailView: FC = () => {
},
];

console.log('ADDING SOME EXCITING TEST CODE');

Environment.FEATURE_PACK_VARIANTS &&
tabs.push({
Component: <PackVariantsTab itemId={data.id} />,
Expand Down

0 comments on commit e4d36e3

Please sign in to comment.