mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 02:03:01 +02:00
buttons should have typograaphy as child
This commit is contained in:
@@ -41,9 +41,5 @@ export function PurchaseButton(props: IProps): React.ReactElement {
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
<Button onClick={props.onClick}>
|
||||
<Typography>{text}</Typography>
|
||||
</Button>
|
||||
);
|
||||
return <Button onClick={props.onClick}>{text}</Button>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user