Formatting fix

This commit is contained in:
joep van der velden
2020-10-18 16:52:06 +02:00
parent f9cc0ff28d
commit c8b4db9d2d
@@ -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>