We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61dcd20 commit 859dc5fCopy full SHA for 859dc5f
src/ui/ClinicalPanel/index.tsx
@@ -212,7 +212,7 @@ const MutationalSignatures = ({ data }: PanelSectionProps) => {
212
</div>
213
<div tabIndex={isExpanded ? 0 : -1} className="section-body">
214
<ToggleRowGroup
215
- callout={'Click to show in the visualization'}
+ // callout={'Click to show in the visualization'}
216
header={'HRD-related Features Found'}
217
data={hrDetectData}
218
/>
0 commit comments