Skip to content

Commit 859dc5f

Browse files
committed
chore: remove click notice
1 parent 61dcd20 commit 859dc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/ClinicalPanel/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ const MutationalSignatures = ({ data }: PanelSectionProps) => {
212212
</div>
213213
<div tabIndex={isExpanded ? 0 : -1} className="section-body">
214214
<ToggleRowGroup
215-
callout={'Click to show in the visualization'}
215+
// callout={'Click to show in the visualization'}
216216
header={'HRD-related Features Found'}
217217
data={hrDetectData}
218218
/>

0 commit comments

Comments
 (0)