mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Formatting fix
This commit is contained in:
@@ -52,7 +52,7 @@ const ShuttleControlSection = (props, context) => {
|
||||
<LabeledList.Item
|
||||
label="Unclaimed points">
|
||||
<Button fluid
|
||||
content={"Claim points " + "(" + unclaimed_points + ")"}
|
||||
content={"Claim points (" + unclaimed_points + ")"}
|
||||
disabled={!id_inserted || !unclaimed_points}
|
||||
onClick={() => act('claim_points')} />
|
||||
</LabeledList.Item>
|
||||
|
||||
Reference in New Issue
Block a user