mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 02:03:01 +02:00
run auto fix lint
This commit is contained in:
@@ -26,7 +26,7 @@ export class StdButtonPurchased extends React.Component<IStdButtonPurchasedProps
|
||||
let tooltipMarkup: IInnerHTMLMarkup | null;
|
||||
if (hasTooltip) {
|
||||
tooltipMarkup = {
|
||||
__html: this.props.tooltip!
|
||||
__html: this.props.tooltip!,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user