CODEBASE: Fix React warning in IPvGO scoring explanation popup (#2581)

This commit is contained in:
catloversg
2026-03-20 10:14:16 +07:00
committed by GitHub
parent 0bc05772f6
commit 9de9fbaf27

View File

@@ -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