fix(ui/admin_pane): change id, name layout
This commit is contained in:
parent
cdc0ed03f8
commit
fe6352c78d
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue