show enemy name

This commit is contained in:
Quentin Roussel
2024-04-20 10:43:15 +02:00
parent 465bd4fe09
commit d566434603
6 changed files with 40 additions and 4 deletions

View File

@@ -56,6 +56,6 @@ export function ZoneSelector() {
<p>Interval between reductions</p>
<TextInput value={reductionInterval} onChange={(e) => setReductionInterval(e.target.value)}></TextInput>
</div>
<GreenButton onClick={handleSettingsSubmit}>Save</GreenButton>
<GreenButton onClick={handleSettingsSubmit}>Apply</GreenButton>
</div>
}