Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
NishiPhalke committed Sep 6, 2023
1 parent b1a83bc commit f3c3007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions screen2.0/src/app/search/gbview/biosampletracks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export const BiosampleTracks: React.FC<BiosampleTracksProps> = (props) => {
</g>
{(data?.bigRequests || []).map((data, i) => (
<TitledTrack
key={i}
assembly={props.assembly}
oncCREMousedOut={props.oncCREMousedOut}
oncCREMousedOver={props.oncCREMousedOver}
Expand Down
2 changes: 1 addition & 1 deletion screen2.0/src/app/search/gbview/genomebrowserview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export const GenomeBrowserView: React.FC<GenomeBrowserViewProps> = (props) => {
])
setTracks(tracks)
}
}, [bdata, props.biosample])
}, [bdata, props.biosample,props.assembly])
return (
<>
<Grid2 container spacing={3} sx={{ mt: "1rem", mb: "1rem" }}>
Expand Down

0 comments on commit f3c3007

Please sign in to comment.