Skip to content

Commit

Permalink
Remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Aug 7, 2024
1 parent 58ec74c commit 8b3c7d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ interface DeleteEntryProps {
// and deletion will happen when the button is pressed
confirmId?: string;
disabled?: boolean;
wordId?: string;
}

/**
Expand Down
1 change: 0 additions & 1 deletion src/components/DataEntry/DataEntryTable/RecentEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ export function RecentEntry(props: RecentEntryProps): ReactElement {
buttonId={`${idAffix}-${props.rowIndex}-delete`}
confirmId={"addWords.deleteRowWarning"}
disabled={editing || props.disabled}
wordId={props.entry.id}
/>
</Grid>
</Grid>
Expand Down

0 comments on commit 8b3c7d5

Please sign in to comment.