fix: format
This commit is contained in:
@@ -126,7 +126,7 @@ const ApiKeyManager = () => {
|
|||||||
<TableCell>{apiKeyName}</TableCell>
|
<TableCell>{apiKeyName}</TableCell>
|
||||||
<TableCell>
|
<TableCell>
|
||||||
<Box sx={{ fontFamily: 'monospace', width: '10ch' }}>
|
<Box sx={{ fontFamily: 'monospace', width: '10ch' }}>
|
||||||
{showKey ? `${apiKey?.substring(0, 10)}...` : '**********'}
|
{showKey ? `${apiKey?.substring(0, 10)}...` : '**********'}
|
||||||
</Box>
|
</Box>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
<TableCell>
|
<TableCell>
|
||||||
|
|||||||
Reference in New Issue
Block a user