Skip to content

Commit

Permalink
Removed commented out html
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersoncasimir committed Feb 13, 2024
1 parent 12062e0 commit 8cabed9
Showing 1 changed file with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1237,24 +1237,6 @@ const SeriesRenderer: FunctionComponent<CProps> = ({
}
</button>
}
{/*{*/}
{/* <button*/}
{/* className={'btn btn-primary'*/}
{/* + (rightPanel === 'annotationForm' ? ' active' : '')*/}
{/* }*/}
{/* onClick={() => {*/}
{/* rightPanel === 'annotationForm'*/}
{/* ? setRightPanel(null)*/}
{/* : setRightPanel('annotationForm');*/}
{/* setCurrentAnnotation(null);*/}
{/* }}*/}
{/* >*/}
{/* {rightPanel === 'annotationForm'*/}
{/* ? 'Close Annotation Form'*/}
{/* : 'Add Annotation'*/}
{/* }*/}
{/* </button>*/}
{/*}*/}
</div>
</div>
</div>
Expand Down

0 comments on commit 8cabed9

Please sign in to comment.