Skip to content

Commit

Permalink
reove old specific component
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Aug 3, 2023
1 parent fadcac2 commit 9b948c6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 183 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const ProjectFeatureList = (): JSX.Element => {
projectId={pid}
onSelectFeature={handleSelectFeature}
isSelected={selectedFeaturesIds.includes(feature.id)}
id="features"
id="feature"
/>
</li>
))}
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Checkbox from 'components/forms/checkbox';
import Icon from 'components/icon';
import { Popover, PopoverContent, PopoverTrigger } from 'components/popover';
import Tag from 'components/tag';
import FeatureActions from 'layout/project/sidebar/project/inventory-panel/features/list/item/actions';
import FeatureActions from 'layout/project/sidebar/project/inventory-panel/features/list/actions';
import { Feature } from 'types/api/feature';
import { Project } from 'types/api/project';
import { cn } from 'utils/cn';
Expand Down Expand Up @@ -166,7 +166,7 @@ const ItemList = ({
sideOffset={5}
align="start"
>
{id === 'features' && (
{id === 'feature' && (
<FeatureActions
feature={item}
onEditName={handleRename}
Expand Down

0 comments on commit 9b948c6

Please sign in to comment.