mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 19:37:07 +02:00
run auto fix lint
This commit is contained in:
@@ -36,7 +36,7 @@ export function AccordionButton(props: IProps): React.ReactElement {
|
||||
let tooltipMarkup: IInnerHTMLMarkup | null;
|
||||
if (hasTooltip) {
|
||||
tooltipMarkup = {
|
||||
__html: props.tooltip!
|
||||
__html: props.tooltip!,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user