Skip to content

Commit

Permalink
comment unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
prabh-t committed Jun 7, 2024
1 parent b9306e7 commit 444b691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/components/function/ResidueRegionTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,11 @@ function ShowInteraction(accession: string, interaction: P2PInteraction, index:
</div>
}

/*
function ShowMore(items:any[], showItem:any, page: number = PAGE) {
const [itemsToShow, setItemsToShow] = useState(page);
return ShowMore_(items, showItem, itemsToShow, setItemsToShow, page)
}
}*/

function ShowMore_(items:any[], showItem:any, itemsToShow:number, setItemsToShow: any, page: number = 2) {
const showmore = () => {
Expand Down

0 comments on commit 444b691

Please sign in to comment.