fix(ui/admin_pane): change id, name layout

This commit is contained in:
hexxa 2021-08-15 19:51:02 +08:00 committed by Hexxa
parent cdc0ed03f8
commit fe6352c78d

View file

@ -140,10 +140,10 @@ export class UserForm extends React.Component<
style={{
flexDirection: "column",
}}
className="bold item-name"
>
<div className="bold item-name">
Name: {this.props.name} / ID: {this.props.id}
</div>
<div>ID: {this.props.id}</div>
<div>Name: {this.props.name}</div>
</div>
</div>