mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 11:27:04 +02:00
run auto fix lint
This commit is contained in:
@@ -35,7 +35,7 @@ export function StdButton(props: IStdButtonProps): React.ReactElement {
|
||||
if(typeof props.tooltip === 'string') {
|
||||
let tooltipMarkup: IInnerHTMLMarkup | null;
|
||||
tooltipMarkup = {
|
||||
__html: props.tooltip!
|
||||
__html: props.tooltip!,
|
||||
}
|
||||
tooltip = <span className={"tooltiptext"} dangerouslySetInnerHTML={tooltipMarkup!}></span>
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user