mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
CODEBASE: Fix React warning in IPvGO scoring explanation popup (#2581)
This commit is contained in:
@@ -16,7 +16,7 @@ export const GoScoreExplanation = ({ open, onClose }: Props): React.ReactElement
|
||||
<Modal open={open} onClose={onClose}>
|
||||
<>
|
||||
<div className={classes.scoreExplanationModal}>
|
||||
<Typography>
|
||||
<Typography component="div">
|
||||
<h2>IPvGO Scoring Explanation</h2>
|
||||
IPvGO uses one of the oldest scoring systems in Go, "area scoring", rather than "territory scoring" later
|
||||
popularized by Japan. All stones are alive unless captured, chains that could be dead are not automatically
|
||||
|
||||
Reference in New Issue
Block a user