Change token

This commit is contained in:
D. Domig 2020-09-02 13:11:42 +02:00 committed by Jannis Mattheis
parent 923030cf44
commit aecd3d8081
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class Clients extends Component<Stores<'clientStore'>> {
<TableHead>
<TableRow style={{textAlign: 'center'}}>
<TableCell>Name</TableCell>
<TableCell style={{width: 200}}>token</TableCell>
<TableCell style={{width: 200}}>Token</TableCell>
<TableCell />
<TableCell />
</TableRow>