mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
JS: Convert some comments to JSX
This commit is contained in:
@@ -7,8 +7,8 @@ function tooltips() {
|
||||
return <span>
|
||||
<span data-tip={source}/>
|
||||
<span data-tip={source} data-html={false} />
|
||||
<span data-tip={source} data-html="true" /> // $ Alert
|
||||
<span data-tip={source} data-html={true} /> // $ Alert
|
||||
<span data-tip={source} data-html="true" /> { /* $ Alert */ }
|
||||
<span data-tip={source} data-html={true} /> { /* $ Alert */ }
|
||||
<ReactTooltip />
|
||||
</span>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user